RoundedPainter constructor
const
RoundedPainter({})
Implementation
const RoundedPainter({
this.radius = 12.0,
this.strokeWidth = 3.0,
this.borderColor,
this.fillColor,
this.repaint = false,
required this.setOffsets,
});