isLandscape static method
Implementation
static bool isLandscape() {
return MediaQueryData.fromView(
WidgetsBinding.instance.platformDispatcher.views.first,
).orientation ==
Orientation.landscape;
}
static bool isLandscape() {
return MediaQueryData.fromView(
WidgetsBinding.instance.platformDispatcher.views.first,
).orientation ==
Orientation.landscape;
}