isTabletAndPortrait property

bool get isTabletAndPortrait

Implementation

bool get isTabletAndPortrait {
  return isTable && isPortrait;
}