errorInvalidText property Null safety
final
The error text displayed if the date is not valid.
A date is not valid if it is earlier than firstDate, later than lastDate, or doesn't pass the selectableDayPredicate.
Implementation
final String? errorInvalidText;