isTabletSize property

bool get isTabletSize

True if the current device is Tablet

Implementation

bool get isTabletSize => isSmallTabletSize || isLargeTabletSize;