isSmall method

bool isSmall()

Check if is a small device

Implementation

bool isSmall(){
  return this.small.isPortraitLandscape();
}