isLandscape property
bool
get
isLandscape
Implementation
bool get isLandscape =>
MediaQuery.orientationOf(this) == Orientation.landscape;
bool get isLandscape =>
MediaQuery.orientationOf(this) == Orientation.landscape;