onPageChanged property
final
Called whenever the user changes page. Takes one argument, the focused day.
Implementation
final void Function(DateTime)? onPageChanged;
Called whenever the user changes page. Takes one argument, the focused day.
final void Function(DateTime)? onPageChanged;