isTablet property

bool isTablet

Is screenType ScreenType.Tablet

Implementation

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