hideTitle static method

Future<void> hideTitle()

Hides the titlebar of the window.

This method is only available on macOS.

Implementation

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