isDesktopScreen property

bool isDesktopScreen

Implementation

bool get isDesktopScreen =>
    Platform.isMacOS || Platform.isLinux || Platform.isWindows;