TimelineEventDisplay constructor

TimelineEventDisplay({
  1. required Widget child,
  2. Widget? indicator,
  3. double? indicatorSize,
  4. bool forceLineDrawing = false,
  5. IndicatorPosition? anchor,
  6. Offset indicatorOffset = const Offset(0, 0),
})

Implementation

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