CurvyArrowPainter constructor

CurvyArrowPainter(
  1. Color? color,
  2. double? strokeWidth,
  3. 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);