isTabletLandscape method
True if device is a tablet and landscape.
Implementation
bool isTabletLandscape() => getDeviceType() == DeviceType.tabletLandscape;
True if device is a tablet and landscape.
bool isTabletLandscape() => getDeviceType() == DeviceType.tabletLandscape;