isLandscape property
bool
get
isLandscape
Returns true if screen orientation is landscape.
Implementation
bool get isLandscape => media.orientation == Orientation.landscape;
Returns true if screen orientation is landscape.
bool get isLandscape => media.orientation == Orientation.landscape;