maxSelectableDate property

DateTime? maxSelectableDate
final

Sets the maximum day within the selectable month range.

All days after the maximum day are flagged as outside of the range. The selected day must fall within the range defined by disablePreviousMonthFromDate and disableNextMonthFromDate. IfmaxSelectableDateis explicitly set but falls outside the allowable month range, it will be limited to the disableNextMonthFromDate or its default.

Implementation

final DateTime? maxSelectableDate;