isLandscape property

bool get isLandscape

Check if the device is in landscape mode

Implementation

bool get isLandscape => _screenWidth > _screenHeight;