setWindowBackgroundColorToDefaultColor static method
Sets the window background color to the default (opaque) window color.
This method mainly affects the window's titlebar. This method is only available on macOS.
Implementation
static Future<void> setWindowBackgroundColorToDefaultColor() async {
WindowManipulator.setWindowBackgroundColorToDefaultColor();
}