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