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