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