makeTitlebarTransparent static method

Future<void> makeTitlebarTransparent()

Makes the window's titlebar transparent.

Implementation

static Future<void> makeTitlebarTransparent() async {
  await _completer.future;
  await _windowManipulatorMethodChannel
      .invokeMethod('makeTitlebarTransparent');
}