isPortrait property
bool
get
isPortrait
Check if device is in portrait orientation.
Implementation
bool get isPortrait =>
MediaQuery.orientationOf(this) == Orientation.portrait;
Check if device is in portrait orientation.
bool get isPortrait =>
MediaQuery.orientationOf(this) == Orientation.portrait;