menu
flutterflow_flash_beta package
documentation
flutterflow_flash.dart
BrownfieldWidgetPatch
textFieldHint method
textFieldHint method
dark_mode
light_mode
textFieldHint
method
void
textFieldHint
(
String
value
)
Replaces a text field's hint text.
Implementation
void textFieldHint(String value) { _textFieldHint = value; }
flutterflow_flash_beta package
documentation
flutterflow_flash
BrownfieldWidgetPatch
textFieldHint method
BrownfieldWidgetPatch class