isLandscape property

bool get isLandscape

Is landscape

Implementation

bool get isLandscape => screenWidth > screenHeight;