isPortrait property
bool
get
isPortrait
Implementation
bool get isPortrait {
return MediaQuery.of(this).orientation == Orientation.portrait;
}
bool get isPortrait {
return MediaQuery.of(this).orientation == Orientation.portrait;
}