errorInvalidRangeText property

String? errorInvalidRangeText
final

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

For example, if the user selects a startDate after the endDate this message will be displayed. If null, this defaults to 'Invalid range.'.

Implementation

final String? errorInvalidRangeText;