menu
composable_architecture_widgets package
documentation
material.dart
ComposableMaterialApp<AppState, AppAction>
store property
store property
dark_mode
light_mode
store
property
Store
<
AppState
,
AppAction
>
store
final
The application store.
Implementation
final Store<AppState, AppAction> store;
composable_architecture_widgets package
documentation
material
ComposableMaterialApp<AppState, AppAction>
store property
ComposableMaterialApp class