isTablet property

bool get isTablet

Checks if the screen type is tablet.

Implementation

bool get isTablet => (screenType == ScreenType.tablet);