windowWillResize method

void windowWillResize({
  1. required Size to,
})

Tells the delegate that the window is being resized (whether by the user or through one of the setFrame... methods other than setFrame(_:display:)).

Implementation

void windowWillResize({required Size to}) {}