AnchoredCirclePainter constructor

AnchoredCirclePainter({
  1. Offset? currentPos,
  2. Size? anchorSize,
  3. double padding = 0,
  4. Color? bgColor,
  5. double circle1Width = 64,
  6. double circle2Width = 100,
})

Implementation

AnchoredCirclePainter({
  this.currentPos,
  this.anchorSize,
  this.padding = 0,
  this.bgColor,
  this.circle1Width = 64,
  this.circle2Width = 100,
});