OutlineYIntervals.create constructor

OutlineYIntervals.create(
  1. BoundingBox bounds,
  2. List<ChartItem> items
)

Implementation

factory OutlineYIntervals.create(BoundingBox bounds, List<ChartItem> items) =>
    OutlineYIntervals(bounds: bounds);