EventBuilder typedef

EventBuilder = Widget Function(EventProperties eventDrawer)

Builder for customization of events. Events look like lines over calendar days.

Implementation

typedef EventBuilder = Widget Function(EventProperties eventDrawer);