AllXIntervals constructor
const
AllXIntervals({
- required BoundingBox bounds,
- required List<
ChartItem> items,
Implementation
const AllXIntervals({required this.bounds, required this.items});