disableZoomButton static method

Future<void> disableZoomButton()

Disables the window's zoom button.

This method is only available on macOS.

Implementation

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