isMobileAndLandscape property
bool
get
isMobileAndLandscape
Implementation
bool get isMobileAndLandscape {
return isMobile && isLandscape;
}
bool get isMobileAndLandscape {
return isMobile && isLandscape;
}