isExtraLarge method

bool isExtraLarge()

Check if is an extra large device

Implementation

bool isExtraLarge(){
  return this.extraLarge.isPortraitLandscape();
}