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:

Implementation

typedef CalendarTapCallback = void Function(
    CalendarTapDetails calendarTapDetails);