setPathArc method

void setPathArc(
  1. double? newValue
)

Implementation

void setPathArc(double? newValue) {
  pathArc = newValue;
  generatePoints();
}