initialCalendarMode property
final
The initial display of the calendar picker.
Subsequently changing this has no effect. To change the calendar mode, change the key to create a new instance of the CalendarDatePicker, and provide that widget a new initialCalendarMode. This will reset the widget's interactive state.
Implementation
final DatePickerMode initialCalendarMode;