fieldHintText property

String? fieldHintText
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;