errorInvalidText property

String? errorInvalidText
final

This is the error message displayed when an input is not a selectable date.

For example, if firstDate was set to 09-01-2020, and the user enters '09-01-2019' this message will be displayed. If null, this defaults to 'Out of range.'.

Implementation

final String? errorInvalidText;