isPhonePortrait property
bool
get
isPhonePortrait
true if the device is a phone in portrait orientation.
Implementation
bool get isPhonePortrait => deviceTypeConfig.isPhonePortrait;
true if the device is a phone in portrait orientation.
bool get isPhonePortrait => deviceTypeConfig.isPhonePortrait;