LightPaint constructor
LightPaint(})
Implementation
LightPaint(
this.progress,
this.positioned,
this.sizeCircle, {
this.colorShadow = Colors.black,
this.opacityShadow = 0.8,
}) : assert(opacityShadow >= 0 && opacityShadow <= 1) {
_paintFocus = Paint()
..color = Colors.transparent
..blendMode = BlendMode.clear;
}