isTabletLandscape static method
Implementation
static bool isTabletLandscape(BuildContext context) {
return isTablet(context) && isLandscape(context);
}
static bool isTabletLandscape(BuildContext context) {
return isTablet(context) && isLandscape(context);
}