HolePainter constructor
HolePainter({})
Implementation
HolePainter({
this.dx,
this.dy,
this.width,
this.height,
this.shapeFocus = ShapeFocus.oval,
required this.overlayBackgroundColor,
});
HolePainter({
this.dx,
this.dy,
this.width,
this.height,
this.shapeFocus = ShapeFocus.oval,
required this.overlayBackgroundColor,
});