isDesktop property

bool get isDesktop

Is desktop (width >= 900dp)

Implementation

bool get isDesktop => _screenWidth >= 900;