acceptEmptyDate property
final
Determines if an empty date would show errorFormatText or not.
Defaults to false.
If true, errorFormatText is not shown when the date input field is empty.
Implementation
final bool acceptEmptyDate;
Determines if an empty date would show errorFormatText or not.
Defaults to false.
If true, errorFormatText is not shown when the date input field is empty.
final bool acceptEmptyDate;