isDesktop top-level property

bool get isDesktop

Implementation

bool get isDesktop => !kIsWeb && !isPhone && !isTablet;