isPortrait property
bool
get
isPortrait
check if device is on portrait mode
Implementation
bool get isPortrait => mediaQueryOrientation == Orientation.portrait;
check if device is on portrait mode
bool get isPortrait => mediaQueryOrientation == Orientation.portrait;