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