singleMarkerBuilder property

SingleMarkerBuilder? singleMarkerBuilder
finalinherited

Custom builder for a single event marker. Each of those will be displayed in a Row above of the day cell. You can adjust markers' position with CalendarStyle properties.

If singleMarkerBuilder is not specified, a default event marker will be displayed (customizable with CalendarStyle).

Implementation

final SingleMarkerBuilder<T>? singleMarkerBuilder;