menu
forui package
documentation
widgets/text_field.dart
FTextField
initialValue property
initialValue property
dark_mode
light_mode
initialValue
property
String
?
initialValue
final
An optional value to initialize the form field to, or null otherwise.
Implementation
final String? initialValue;
forui package
documentation
widgets/text_field
FTextField
initialValue property
FTextField class