OnDaySelected typedef

OnDaySelected = void Function(DateTime selectedDay, DateTime focusedDay)

Implementation

typedef OnDaySelected = void Function(
  DateTime selectedDay,
  DateTime focusedDay,
);