isTabletLandscapeMode property

bool isTabletLandscapeMode

Implementation

bool get isTabletLandscapeMode => (_screenType == ScreenType.tablet && _orientation == Orientation.landscape);