menu
meowchannel package
documentation
core/state_action.dart
StateAction<S, A>
StateAction constructor
StateAction constructor
dark_mode
light_mode
StateAction<
S
,
A
>
constructor
StateAction<
S
,
A
>
(
S
state
,
A
action
)
Implementation
StateAction(this.state, this.action);
meowchannel package
documentation
core/state_action
StateAction<S, A>
StateAction constructor
StateAction class