CanvasAction typedef

CanvasAction = void Function(Canvas, dynamic)

Implementation

typedef CanvasAction = void Function(Canvas, Size);