Draw typedef

Draw = void Function(Canvas canvas)

Paints a node to the canvas, in its own coordinate space.

Implementation

typedef Draw = void Function(Canvas canvas);