menu
composable_architecture_widgets package
documentation
material.dart
ForEachStore<ID, GlobalState, GlobalAction, ItemState, ItemAction>
toID property
toID property
dark_mode
light_mode
toID
property
ID Function
(
int
index
,
ItemState
state
)
toID
final
Extracts a unique ID from an item and its index.
Implementation
final ID Function(int index, ItemState state) toID;
composable_architecture_widgets package
documentation
material
ForEachStore<ID, GlobalState, GlobalAction, ItemState, ItemAction>
toID property
ForEachStore class