menu
composable_architecture_widgets package
documentation
material.dart
SwitchStore<S, A>
store property
store property
dark_mode
light_mode
store
property
Store
<
S
,
A
>
store
final
The store whose state type determines which builder is used.
Implementation
final Store<S, A> store;
composable_architecture_widgets package
documentation
material
SwitchStore<S, A>
store property
SwitchStore class