isTabletAndLandscape property

bool get isTabletAndLandscape

Implementation

bool get isTabletAndLandscape {
  return isTable && isLandscape;
}