isLargeTabletSize property

bool get isLargeTabletSize

True if the shortestSide is largest than 720p

Implementation

bool get isLargeTabletSize => (shortestSide >= 720);