hintText property
final
Text that suggests what sort of input the field accepts.
Displayed at the same location on the screen where text may be entered when the input is empty.
Defaults to null.
Implementation
final String? hintText;
Text that suggests what sort of input the field accepts.
Displayed at the same location on the screen where text may be entered when the input is empty.
Defaults to null.
final String? hintText;