menu
composable_architecture_widgets package
documentation
material.dart
TextEditingControllerBuilder<S, A>
toText property
toText property
dark_mode
light_mode
toText
property
String
Function
(
S
state
)
toText
final
Extracts the text value from the store's state.
Implementation
final String Function(S state) toText;
composable_architecture_widgets package
documentation
material
TextEditingControllerBuilder<S, A>
toText property
TextEditingControllerBuilder class