initialDate property

DateTime? initialDate
final

The initially selected DateTime that the picker should display.

If this is null, there is no selected date. A date must be selected to submit the dialog.

Implementation

final DateTime? initialDate;