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