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