rangeDates property

(DateTime?, DateTime?)? rangeDates
final

For single mode you have to set rangeDates to (SelectedDate, null) For range mode you have to set rangeDates to (SelectedStartDate, SelectedEndDate)

Implementation

final (DateTime?, DateTime?)? rangeDates;