isTabletLandscape property
bool
get
isTabletLandscape
true if the device is a tablet in landscape orientation.
Implementation
bool get isTabletLandscape => deviceTypeConfig.isTabletLandscape;
true if the device is a tablet in landscape orientation.
bool get isTabletLandscape => deviceTypeConfig.isTabletLandscape;