menu
fml package
documentation
widgets/box/box_model.dart
BoxModel
BoxModel.new constructor
BoxModel.new constructor
dark_mode
light_mode
BoxModel
constructor
BoxModel
(
Model
?
parent
,
String
?
id
, {
Scope
?
scope
,
bool
expandDefault
=
true
,
dynamic
data
,
})
Implementation
BoxModel(super.parent, super.id, {super.scope, this.expandDefault = true, super.data});
fml package
documentation
widgets/box/box_model
BoxModel
BoxModel.new constructor
BoxModel class