AnchoredRectPainter constructor

AnchoredRectPainter({
  1. Offset? currentPos,
  2. Size? anchorSize,
  3. double padding = 0,
  4. Color? bgColor,
  5. double rect1Width = 32,
  6. double rect2Width = 64,
})

Implementation

AnchoredRectPainter({
  this.currentPos,
  this.anchorSize,
  this.padding = 0,
  this.bgColor,
  this.rect1Width = 32,
  this.rect2Width = 64,
});