withGlowRadius method

RangeAreaBoundaryStyle withGlowRadius(
  1. double value
)

Replaces RangeAreaBoundaryStyle.glowRadius with value.

Implementation

RangeAreaBoundaryStyle withGlowRadius(double value) =>
    copyWith(glowRadius: value);