initialDate property

DateTime? initialDate
final

The initially selected DateTime 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 CalendarDatePicker, and provide that widget the new initialDate. This will reset the widget's interactive state.

Implementation

final DateTime? initialDate;