isTablet property

bool get isTablet

True if device is tablet

Implementation

static bool get isTablet => deviceType == ScreenType.tablet;