OnPaintBoundsChanged typedef

OnPaintBoundsChanged = void Function(Rect paintBounds)

When the onscreen paintBounds changed.

Implementation

typedef OnPaintBoundsChanged = void Function(
  Rect paintBounds,
);