EventCard constructor
const
EventCard({
- Key? key,
- required CalendarEvent event,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
Implementation
const EventCard({
super.key,
required this.event,
this.onTap,
this.onLongPress,
});