Function called whenever the selected day changes. Takes two arguments, the selectedDay and the focusedDay.
final void Function(DateTime, DateTime)? onDaySelected;