CalendarTouchDetails constructor
const
CalendarTouchDetails(
- List? appointments,
- DateTime? date,
- CalendarElement targetElement,
- CalendarResource? resource,
Creates details for CalendarTapCallback and CalendarLongPressCallback.
Implementation
const CalendarTouchDetails(
this.appointments,
this.date,
this.targetElement,
this.resource,
);