enableStacking property
Controls whether overlapping events may be stacked on top of each other.
If set to true, intersecting events may be stacked if their start values
differ by at least minEventDeltaForStacking. If set to
false, intersecting events will always be shown next to each other and
not overlap.
Implementation
final bool enableStacking;