ViewChangedCallback typedef
ViewChangedCallback =
void Function(ViewChangedDetails viewChangedDetails)
Signature for callback that reports that a current view or current visible dates changes.
The visible dates collection visible on view when the view changes available in the ViewChangedDetails.
Used by SfCalendar.onViewChanged.
See also:
- SfCalendar.onViewChanged, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef ViewChangedCallback = void Function(
ViewChangedDetails viewChangedDetails);