TimelineCanvas constructor
const
TimelineCanvas({})
Implementation
const TimelineCanvas({
super.key,
required this.spans,
required this.offsetX,
required this.offsetY,
required this.zoomLevel,
this.measureStartMs,
this.measureEndMs,
this.selectionStartUs,
this.selectionEndUs,
});