CustomIntervals constructor

const CustomIntervals({
  1. required BoundingBox bounds,
  2. required List<double> intervals,
})

Implementation

const CustomIntervals({
  required BoundingBox bounds,
  required this.intervals,
}) : adjustedBounds = bounds;