menu
at_common_flutter package
documentation
widgets/custom_input_field.dart
CustomInputField
value property
value property
dark_mode
light_mode
value
property
ValueChanged
<
String
>
?
value
final
The observable value of the input field.
Implementation
final ValueChanged<String>? value;
at_common_flutter package
documentation
widgets/custom_input_field
CustomInputField
value property
CustomInputField class