ViewableWidgetModel constructor
ViewableWidgetModel(
- WidgetModel? parent,
- String? id, {
- Scope? scope,
Implementation
ViewableWidgetModel(WidgetModel? parent, String? id, {Scope? scope})
: super(parent, id, scope: scope);