withSnapIncrement method
- double value
Replaces RangeAnnotation.snapIncrement with value.
Implementation
RangeAnnotation withSnapIncrement(double value) =>
copyWith(snapIncrement: value);
Replaces RangeAnnotation.snapIncrement with value.
RangeAnnotation withSnapIncrement(double value) =>
copyWith(snapIncrement: value);