menu
fluttery_framework package
documentation
view.dart
AppState<T extends StatefulWidget>
inActions property
inActions property
dark_mode
light_mode
inActions
property
Map
<
Type
,
Action
<
Intent
>
>
? Function
()
?
inActions
final
Returns Map of 'Intent Actions' if any.
Implementation
final Map<Type, Action<Intent>>? Function()? inActions;
fluttery_framework package
documentation
view
AppState<T extends StatefulWidget>
inActions property
AppState class