isTabletLandscape method

bool isTabletLandscape()

True if device is a tablet and landscape.

Implementation

bool isTabletLandscape() => getDeviceType() == DeviceType.tabletLandscape;