BoxModel constructor

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

Implementation

BoxModel(super.parent, super.id,
    {super.scope, this.expandDefault = true, super.data});