onWindowResized method

void onWindowResized([
  1. int? windowId
])

Emitted once when the window has finished being resized.

Supported Platforms:

  • Windows
  • macOS

Implementation

void onWindowResized([int? windowId]) {}