selectedDate property

DateTime? selectedDate
final

The initially selected date when the picker is first opened.

Note that only dates are considered. time fields are ignored.

Implementation

final DateTime? selectedDate;