windowShouldZoom method

void windowShouldZoom({
  1. required Rect toFrame,
})

Asks the delegate whether the specified window should zoom to the specified frame.

Implementation

void windowShouldZoom({required Rect toFrame}) {}