CurvyArrowPainter constructor
CurvyArrowPainter(
- Color? color,
- double? strokeWidth,
- CubicBezier? cubicBezier
Constructs a CurvyArrowPainter object.
color
is the color of the curvy arrow.
If not provided, the default color is used.
Implementation
CurvyArrowPainter(this.color, this.strokeWidth, this.cubicBezier);