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