lastDate property

DateTime? lastDate
final

The latest date that can be selected. Used to limit the available years and months in the picker. If showAllMonths is false, months beyond this date will be filtered out.

Implementation

final DateTime? lastDate;