isLandscape property
bool
get
isLandscape
Check if device is in landscape mode
Implementation
static bool get isLandscape {
_checkInitialization();
return _orientation == Orientation.landscape;
}
Check if device is in landscape mode
static bool get isLandscape {
_checkInitialization();
return _orientation == Orientation.landscape;
}