ZoScribblePainter constructor
ZoScribblePainter({})
Implementation
ZoScribblePainter({
required this.progress,
this.color = Colors.amber,
this.blur = 5,
this.strokeWidth = 8,
this.borderRadius = 20.0,
}) : super(repaint: progress);