includeEdges property

bool includeEdges
final

Decides whether events that are overlapping on edge (ex, event1 has the same end-time as the start-time of event 2) should be offset or not.

If includeEdges is true, it will offset the events else it will not.

Implementation

final bool includeEdges;