selectedDate property

DateTime? selectedDate
final

A pre-selected date.

If null, no selected date will appear and emptyLabel will be shown instead.

If interval is set, the selected date's minute will be rounded to the nearest denomination of that interval.

Implementation

final DateTime? selectedDate;