selectedDate property
DateTime?
get
selectedDate
Implementation
DateTime? get selectedDate =>
_selectedDays.isEmpty ? null : _selectedDays.first;
DateTime? get selectedDate =>
_selectedDays.isEmpty ? null : _selectedDays.first;