setMinRadius method

void setMinRadius(
  1. double minRadius
)

Implementation

void setMinRadius(double minRadius) {
  _minRadius = minRadius;
}