RefPaintCallback typedef

RefPaintCallback = void Function(PaintRef ref)

Signature for the callback within a RefPaint widget that paints a UI element using a PaintRef.

Implementation

typedef RefPaintCallback = void Function(PaintRef ref);