DebugDraw typedef

DebugDraw = void Function(Canvas canvas)

Paints a node's debug overlay, in the same space as a Draw.

Implementation

typedef DebugDraw = void Function(Canvas canvas);