isMobileAndPortrait property

bool get isMobileAndPortrait

Implementation

bool get isMobileAndPortrait {
  return isMobile && isPortrait;
}