onPaintBoundsChanged property

OnPaintBoundsChanged? onPaintBoundsChanged
final

A callback that is called after each new rendering of its child and provides its paint bounds on the screen.

Implementation

final OnPaintBoundsChanged? onPaintBoundsChanged;