GetSelectedDate typedef

GetSelectedDate = void Function(DateTime? start, DateTime? end, List<DateTime>? selectedDateList, DateTime? selectedOne)

Implementation

typedef GetSelectedDate = void Function(DateTime? start, DateTime? end,
    List<DateTime>? selectedDateList, DateTime? selectedOne);