fieldLabelText property

String? fieldLabelText
final

The label text displayed in the TextField.

If this is null, it will default to the words representing the date format string. For example, 'Month, Day, Year' for en_US.

Implementation

final String? fieldLabelText;