menu
innerlibs
platform\platform_web.dart
GeneralPlatform
isDesktop property
isDesktop
dark_mode
light_mode
isDesktop
property
bool
get
isDesktop
Implementation
static bool get isDesktop => isMacOS || isWindows || isLinux;
innerlibs
platform_web
GeneralPlatform
isDesktop property
GeneralPlatform class