RectanglePainterV2 constructor
RectanglePainterV2({})
Implementation
RectanglePainterV2({
this.topMargin,
this.strokeWidth = 2.0,
this.strokeColor = Colors.white,
this.overlayColor,
this.borderRadius,
});
RectanglePainterV2({
this.topMargin,
this.strokeWidth = 2.0,
this.strokeColor = Colors.white,
this.overlayColor,
this.borderRadius,
});