isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop => !isWeb && (Platform.isLinux || Platform.isWindows || Platform.isMacOS);
static bool get isDesktop => !isWeb && (Platform.isLinux || Platform.isWindows || Platform.isMacOS);