ViewableWidgetModel constructor

ViewableWidgetModel(
  1. WidgetModel? parent,
  2. String? id, {
  3. Scope? scope,
  4. dynamic data,
})

Implementation

ViewableWidgetModel(super.parent, super.id, {super.scope, super.data});