builder property
The widget builder which will be invoked to generate the event title widget
Implementation
final Widget Function(CalendarEvent? event)? builder;
The widget builder which will be invoked to generate the event title widget
final Widget Function(CalendarEvent? event)? builder;