menu
composable_architecture_widgets package
documentation
material.dart
WithStore<S, A>
store property
store property
dark_mode
light_mode
store
property
Store
<
S
,
A
>
store
final
The store whose state drives this widget's rebuilds.
Implementation
final Store<S, A> store;
composable_architecture_widgets package
documentation
material
WithStore<S, A>
store property
WithStore class