inMobilePortrait property

bool inMobilePortrait

inMobilePortrait is helpful if you want to know whether the device you are working on a Mobile Portrait or a Tablet Portrait mode and you can take action according to these information ot layout your UI.

Implementation

bool get inMobilePortrait => _isMobilePortrait;