hideZoomButton static method

Future<void> hideZoomButton()

Hides the window's zoom button.

This method is only available on macOS.

Implementation

static Future<void> hideZoomButton() async {
  WindowManipulator.hideZoomButton();
}