paint abstract method

void paint(
  1. Canvas canvas,
  2. Size size,
  3. List<CubicPath> paths
)

Paints the given paths onto the canvas.

canvas The canvas to draw on. size The size of the canvas. paths A list of CubicPath objects representing the signature to be drawn.

Implementation

void paint(Canvas canvas, Size size, List<CubicPath> paths);