onDaySelected property

(void Function(DateTime, DateTime)?) onDaySelected
final

Function called whenever the selected day changes. Takes two arguments, the selectedDay and the focusedDay.

Implementation

final void Function(DateTime, DateTime)? onDaySelected;