menu
fluttery_framework package
documentation
view/app_state.dart
AppState<T extends StatefulWidget>
onActions method
onActions method
dark_mode
light_mode
onActions
method
Map
<
Type
,
Action
<
Intent
>
>
?
onActions
(
)
inherited
Returns Map of 'Intent Actions' if any.
Implementation
Map<Type, Action<Intent>>? onActions() => inActions?.call();
fluttery_framework package
documentation
view/app_state
AppState<T extends StatefulWidget>
onActions method
AppState class