isDesktop top-level property

bool isDesktop
final

Implementation

final isDesktop =
  defaultTargetPlatform == TargetPlatform.linux
    || defaultTargetPlatform == TargetPlatform.macOS
    || defaultTargetPlatform == TargetPlatform.windows;