showZoomButton static method
Shows the window's zoom button.
The zoom button is visible by default. This method is only available on macOS.
Implementation
static Future<void> showZoomButton() async {
WindowManipulator.showZoomButton();
}
Shows the window's zoom button.
The zoom button is visible by default. This method is only available on macOS.
static Future<void> showZoomButton() async {
WindowManipulator.showZoomButton();
}