isTabletLandscape property

bool isTabletLandscape

Whether the app is running on a tablet in landscape mode.

Implementation

bool get isTabletLandscape => windowType == AdaptiveWindowType.medium;