SprayPaintStroke constructor
SprayPaintStroke({})
Implementation
SprayPaintStroke({
required super.points,
super.color,
super.size,
super.opacity,
}) : super(strokeType: StrokeType.sprayPaint) {
_generateSprayPoints(); // Generate spray points upon instantiation
}