isTablet property

bool get isTablet

Is screenType ScreenType.Tablet

Implementation

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