deviceIsLandscapeTablet property

bool get deviceIsLandscapeTablet
inherited

Implementation

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