menu
composable_architecture_widgets package
documentation
material.dart
ForEachStore<ID, GlobalState, GlobalAction, ItemState, ItemAction>
store property
store property
dark_mode
light_mode
store
property
Store
<
GlobalState
,
GlobalAction
>
store
final
The parent store containing the collection state.
Implementation
final Store<GlobalState, GlobalAction> store;
composable_architecture_widgets package
documentation
material
ForEachStore<ID, GlobalState, GlobalAction, ItemState, ItemAction>
store property
ForEachStore class