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