isMobileAndLandscape property

bool get isMobileAndLandscape

Implementation

bool get isMobileAndLandscape {
  return isMobile && isLandscape;
}