deviceIsTablet property

bool get deviceIsTablet
inherited

Implementation

bool get deviceIsTablet {
  return deviceHasFormFactor(atLeast: AFFormFactor.smallTablet);
}