deviceIsLandscapeTablet property
bool
get
deviceIsLandscapeTablet
Implementation
bool get deviceIsLandscapeTablet {
return deviceHasFormFactor(atLeast: AFFormFactor.smallTablet, withOrientation: Orientation.landscape);
}