isExtraSmall method

bool isExtraSmall()

Check if is an extra small device

Implementation

bool isExtraSmall(){
  return this.extraSmall.isPortraitLandscape();
}