isMobileLandscape property
bool
get
isMobileLandscape
Implementation
bool get isMobileLandscape {
return size.shortestSide < 600 && isLandscape;
}
bool get isMobileLandscape {
return size.shortestSide < 600 && isLandscape;
}