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