isLandscape property

bool get isLandscape

Is landscape orientation

Implementation

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