withBoundaryGap method
- double value
Replaces RangeAreaLabelConfig.boundaryGap with value.
Implementation
RangeAreaLabelConfig withBoundaryGap(double value) =>
copyWith(boundaryGap: value);
Replaces RangeAreaLabelConfig.boundaryGap with value.
RangeAreaLabelConfig withBoundaryGap(double value) =>
copyWith(boundaryGap: value);