isLandscape property

bool get isLandscape

Check if screen is landscape

Implementation

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