deviceIsPhone property
bool
get
deviceIsPhone
Implementation
bool get deviceIsPhone {
return deviceHasFormFactor(atMost: AFFormFactor.largePhone);
}
bool get deviceIsPhone {
return deviceHasFormFactor(atMost: AFFormFactor.largePhone);
}