onResize property

void Function(int dx, int dy)? onResize
final

Callback triggered when the window is resized.

Implementation

final void Function(int newWidth, int newHeight)? onResize;