menu
mvc_application package
documentation
view.dart
AppState
onActions method
onActions method
dark_mode
light_mode
onActions
method
Map
<
Type
,
Action
<
Intent
>
>
?
onActions
(
)
Implementation
Map<Type, Action<Intent>>? onActions() => inActions != null ? inActions!() : null;
mvc_application package
documentation
view
AppState
onActions method
AppState class