QQClipper constructor

QQClipper(
  1. {int total = 0,
  2. int index = 0,
  3. int initIndex = 1,
  4. double previousX = 0,
  5. double previousY = 0,
  6. double degree = 0,
  7. double arcAngle = 0,
  8. double space = 0}
)

Implementation

QQClipper({
  this.total = 0,
  this.index = 0,
  this.initIndex = 1,
  this.previousX = 0,
  this.previousY = 0,
  this.degree = 0,
  this.arcAngle = 0,
  this.space = 0,
}) : assert(arcAngle >= 0 && arcAngle <= 180);