isPortrait property
bool
get
isPortrait
Implementation
bool get isPortrait => MediaQuery.orientationOf(this) == Orientation.portrait;
bool get isPortrait => MediaQuery.orientationOf(this) == Orientation.portrait;