disablePreviousMonthFromDate property

DateTime? disablePreviousMonthFromDate
final

The minimum selectable month for the calendar.

If the minimum month is reached, the user cannot go to a previous month. It can be null, indicating that there is no minimum selectable month, and the user can navigate to any previous month.

If the disablePreviousMonthFromDate is not set, the default value is 10 years in the past.

Implementation

final DateTime? disablePreviousMonthFromDate;