CalendarTapCallback typedef
CalendarTapCallback =
void Function(CalendarTapDetails calendarTapDetails)
Signature for callback that reports that a calendar element tapped on view.
The tapped date, appointments, and element details when the tap action performed on element available in the CalendarTapDetails.
Used bySfCalendar.onTap.
See also:
- SfCalendar.onTap, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef CalendarTapCallback = void Function(
CalendarTapDetails calendarTapDetails);