CircleShape({ this.borderWidth = 0, this.borderColor = Colors.white, }) { this.borderPaint.isAntiAlias = true; this.borderPaint.style = PaintingStyle.stroke; }