isLandscape property

bool get isLandscape

Returns true if screen orientation is landscape.

Implementation

bool get isLandscape => media.orientation == Orientation.landscape;