onResized property

OnResizedFunc? onResized
final

Callback of the resizing event. You can get the size and percentage of the internal widgets.

Note that onResized is called every frame when resizing children.

Implementation

final OnResizedFunc? onResized;