fieldHintText property Null safety
final
The hint text displayed in the TextField.
If this is null, it will default to the date format string. For example, 'mm/dd/yyyy' for en_US.
Implementation
final String? fieldHintText;
The hint text displayed in the TextField.
If this is null, it will default to the date format string. For example, 'mm/dd/yyyy' for en_US.
final String? fieldHintText;