BasicAllDayEventWidget constructor
const
BasicAllDayEventWidget(
- BasicEvent event, {
- Key? key,
- required AllDayEventLayoutInfo info,
- VoidCallback? onTap,
- BasicAllDayEventWidgetStyle? style,
Implementation
const BasicAllDayEventWidget(
this.event, {
super.key,
required this.info,
this.onTap,
this.style,
});