isDesktopLandscape static method
Implementation
static bool isDesktopLandscape(BuildContext context) {
return isDesktop(context) && isLandscape(context);
}
static bool isDesktopLandscape(BuildContext context) {
return isDesktop(context) && isLandscape(context);
}