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:

Implementation

typedef CalendarLongPressCallback = void Function(
    CalendarLongPressDetails calendarLongPressDetails);