menu
fml package
documentation
widgets/box/box_view.dart
BoxView
BoxView.new constructor
BoxView.new constructor
dark_mode
light_mode
BoxView
constructor
BoxView
(
BoxModel
model
,
Builder
builder
, {
Key
?
key
,
})
Implementation
BoxView(this.model, this.builder, {Key? key}) : super(key: key ?? ObjectKey(model));
fml package
documentation
widgets/box/box_view
BoxView
BoxView.new constructor
BoxView class