TimelineEventDisplay constructor
TimelineEventDisplay({})
Implementation
TimelineEventDisplay({
required this.child,
this.indicator,
this.indicatorSize,
this.forceLineDrawing = false,
this.anchor,
this.indicatorOffset = const Offset(0, 0),
});