selectedDate property

DateTime? selectedDate
final

The initially selected date when the picker is first opened.

Note that only year & month are considered. time & day fields are ignored.

Implementation

final DateTime? selectedDate;