OutlineXIntervals.create constructor

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

Implementation

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