isDesktop top-level property

bool isDesktop
final

Checks if the app is running on a desktop platform.

Implementation

final isDesktop = !isWebMobile &&
    (kIsWeb || Platform.isMacOS || Platform.isWindows || Platform.isLinux);