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