BasicAllDayEventWidget constructor

const BasicAllDayEventWidget(
  1. BasicEvent event, {
  2. Key? key,
  3. required AllDayEventLayoutInfo info,
  4. VoidCallback? onTap,
  5. BasicAllDayEventWidgetStyle? style,
})

Implementation

const BasicAllDayEventWidget(
  this.event, {
  super.key,
  required this.info,
  this.onTap,
  this.style,
});