isDesktop property

bool isDesktop

Is screenType ScreenType.Desktop

Implementation

bool get isDesktop => (screenType == ScreenType.desktop);