initialDate property

Jalali? initialDate
final

The initially selected Jalali that the picker should display.

Subsequently changing this has no effect. To change the selected date, change the key to create a new instance of the PersianCalendarDatePicker, and provide that widget the new initialDate. This will reset the widget's interactive state.

Implementation

final Jalali? initialDate;