makeTitlebarTransparent static method
Makes the window's titlebar transparent.
This method is only available on macOS.
Implementation
static Future<void> makeTitlebarTransparent() async {
WindowManipulator.makeTitlebarTransparent();
}
Makes the window's titlebar transparent.
This method is only available on macOS.
static Future<void> makeTitlebarTransparent() async {
WindowManipulator.makeTitlebarTransparent();
}