menu
mastro package
documentation
core/view.dart
MastroView<T extends MastroBox<MastroEvent>>
initState method
initState method
dark_mode
light_mode
initState
method
void
initState
(
BuildContext
context
,
T
box
)
Called when the view is first initialized.
Implementation
void initState(BuildContext context, T box) {}
mastro package
documentation
core/view
MastroView<T extends MastroBox<MastroEvent>>
initState method
MastroView class