BoxModel constructor

BoxModel(
  1. WidgetModel? parent,
  2. String? id, {
  3. Scope? scope,
  4. bool expandDefault = true,
})

Implementation

BoxModel(WidgetModel? parent, String? id,{Scope?  scope, this.expandDefault = true}) : super(parent, id, scope: scope);