menu
nylo_support package
documentation
widgets/ny_base_state.dart
NyBaseState<T extends StatefulWidget>
stateActions property
stateActions property
dark_mode
light_mode
stateActions
property
Map
<
String
,
Function
>
get
stateActions
Get the state actions
Implementation
Map<String, Function> get stateActions => _stateActions;
nylo_support package
documentation
widgets/ny_base_state
NyBaseState<T extends StatefulWidget>
stateActions property
NyBaseState class