CirclePath constructor

CirclePath(
  1. double value,
  2. Offset? center
)

Implementation

CirclePath(this.value, this.center);