isTablet property
bool
get
isTablet
True if device is tablet
Implementation
static bool get isTablet => deviceType == ScreenType.tablet;
True if device is tablet
static bool get isTablet => deviceType == ScreenType.tablet;