makeTitlebarTransparent static method

Future<void> makeTitlebarTransparent()

Makes the window's titlebar transparent.

This method is only available on macOS.

Implementation

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