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