ArcProps constructor

ArcProps(
  1. Offset center,
  2. double angleOffset,
  3. double radius, {
  4. double sweepAngle = 360,
  5. bool clockwise = true,
})

Implementation

ArcProps(
  this.center,
  this.angleOffset,
  this.radius, {
  this.sweepAngle = 360,
  this.clockwise = true,
});