isTablet property

bool get isTablet

Whether the screen type is ScreenType.tablet.

Implementation

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