AllXIntervals.create constructor

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

Implementation

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