DrawCanvas typedef

DrawCanvas = dynamic Function(Canvas canvas, Size size)

Implementation

typedef DrawCanvas(Canvas canvas, Size size);