segmentRects property
The rectangles actually drawn and hit-tested, in grid space. A
single-column event has exactly one (== canvasRect); a spanning event
(#47) has one per covered column — a single continuous box in
SpanOverlap.fullWidth, or one narrowed sub-column box per column in
SpanOverlap.split.
Implementation
late List<Rect> segmentRects;