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