isLandscape static method
dynamic
isLandscape(
- dynamic context
Implementation
static isLandscape(BuildContext context) {
return (MediaQuery.of(context).orientation == Orientation.landscape);
}