dateHelpText method
- MaterialLocalizations localizations
override
The help text used on an empty InputDatePickerFormField to indicate to the user the date format being asked for.
Implementation
@override
String dateHelpText(MaterialLocalizations localizations) {
return localizations.dateHelpText;
}