menu
mastro package
documentation
core/view.dart
MastroView<T extends MastroBox<MastroEvent>>
build abstract method
build abstract method
dark_mode
light_mode
build
abstract method
Widget
build
(
BuildContext
context
,
T
box
)
Builds the view's widget tree.
Implementation
Widget build(BuildContext context, T box);
mastro package
documentation
core/view
MastroView<T extends MastroBox<MastroEvent>>
build abstract method
MastroView class