invalidDateFormatLabel property Null safety
override
Error message displayed to the user when they have entered a text string in an InputDatePickerFormField that is not in a valid date format.
Implementation
@override
String get invalidDateFormatLabel => '形式が無効です。';