HolePainter constructor
HolePainter({})
Implementation
HolePainter({
required this.rect,
this.radius = 12,
this.overlayColor = Colors.black,
this.overlayColorOpacity = 0.75,
this.borderColor = Colors.white,
this.borderColorOpacity = 0.75,
this.borderWidth = 1,
});