setMaxRadius method

void setMaxRadius(
  1. double maxRadius
)

Implementation

void setMaxRadius(double maxRadius) {
  _maxRadius = maxRadius;
}