menu
composable_architecture_widgets package
documentation
material.dart
TextEditingControllerBuilder<S, A>
store property
store property
dark_mode
light_mode
store
property
Store
<
S
,
A
>
store
final
The store to synchronize with.
Implementation
final Store<S, A> store;
composable_architecture_widgets package
documentation
material
TextEditingControllerBuilder<S, A>
store property
TextEditingControllerBuilder class