isDesktop property
bool
get
isDesktop
Returns true if running on a desktop platform.
Implementation
static bool get isDesktop =>
!kIsWeb &&
(defaultTargetPlatform == TargetPlatform.macOS ||
defaultTargetPlatform == TargetPlatform.windows ||
defaultTargetPlatform == TargetPlatform.linux);