isLarge method

bool isLarge()

Check if is a large device

Implementation

bool isLarge(){
  return this.large.isPortraitLandscape();
}