OnRangeSelected typedef

OnRangeSelected = void Function(DateTime? start, DateTime? end, DateTime focusedDay)

Implementation

typedef OnRangeSelected = void Function(
  DateTime? start,
  DateTime? end,
  DateTime focusedDay,
);