initialDate property

DateTime? initialDate
final

The date the calendar opens to when displayed. Defaults to the current date.

To preset the widget's value, use initialValue instead.

Implementation

final DateTime? initialDate;