withGlowRadius method
- double value
Replaces RangeAreaBoundaryStyle.glowRadius with value.
Implementation
RangeAreaBoundaryStyle withGlowRadius(double value) =>
copyWith(glowRadius: value);
Replaces RangeAreaBoundaryStyle.glowRadius with value.
RangeAreaBoundaryStyle withGlowRadius(double value) =>
copyWith(glowRadius: value);