isLandscape property

bool get isLandscape

Is landscape

Implementation

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