appWindow top-level property

DesktopWindow? appWindow

Implementation

DesktopWindow? get appWindow =>
    !kIsWeb && (Platform.isLinux || Platform.isMacOS || Platform.isWindows)
        ? _platform.appWindow
        : null;