makeTitlebarOpaque static method

Future<void> makeTitlebarOpaque()

Makes the window's titlebar opaque.

This method is only available on macOS.

Implementation

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