Future setWindowBackgroundColor(Color bgcolor) async { if (isDesktopPlatform()) { debugPrint("setWindowBackgroundColor($bgcolor)"); await windowManager.setBackgroundColor(bgcolor); } }