onDaySelected property

(void Function(List<DateTime>)?) onDaySelected
final

Method gets triggered on the click of a day.

Implementation

final void Function(List<DateTime>)? onDaySelected;