disableNextMonthFromDate property

DateTime? disableNextMonthFromDate
final

The maximum selectable month for the calendar.

If the maximum month is reached, the user cannot go to the next month. It can be null, indicating that there is no maximum selectable month, and the user can navigate to any future month.

If the disableNextMonthFromDate is not set, the default value is 10 years in the future.

Implementation

final DateTime? disableNextMonthFromDate;