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