CustomIntervals constructor
const
CustomIntervals({
- required BoundingBox bounds,
- required List<
double> intervals,
Implementation
const CustomIntervals({
required BoundingBox bounds,
required this.intervals,
}) : adjustedBounds = bounds;