isTablet property
bool
get
isTablet
Whether the screen type is ScreenType.tablet.
Implementation
bool get isTablet => (screenType == ScreenType.tablet);
Whether the screen type is ScreenType.tablet.
bool get isTablet => (screenType == ScreenType.tablet);