AllXIntervals constructor

const AllXIntervals({
  1. required BoundingBox bounds,
  2. required List<ChartItem> items,
})

Implementation

const AllXIntervals({required this.bounds, required this.items});