PaintCallback typedef

PaintCallback = void Function(Canvas canvas, Size siz)

Implementation

typedef void PaintCallback(Canvas canvas, Size siz);