onPageSelected property

(void Function(DateTime pageStartDate, DateTime pageEndDate)?) onPageSelected
final

Function trigered when the current page of the calendar changes

Implementation

final void Function(DateTime pageStartDate, DateTime pageEndDate)?
    onPageSelected;