isDesktop property

  1. @override
bool isDesktop

Implementation

@override
bool get isDesktop => !isWeb && !isMobile;