minimumDate property

Jalali? minimumDate
final

The minimum selectable date that the picker can settle on.

When non-null, the user can still scroll the picker to Jalalis earlier than minimumDate, but the onDateTimeChanged will not be called on these Jalalis. Once let go, the picker will scroll back to minimumDate.

In PCupertinoDatePickerMode.time mode, a time becomes unselectable if the Jalali produced by combining that particular time and the date part of initialDateTime is earlier than minimumDate. So typically minimumDate needs to be set to a Jalali that is on the same date as initialDateTime.

Defaults to null. When set to null, the picker does not impose a limit on the earliest Jalali the user can select.

Implementation

final Jalali? minimumDate;