ratioPhoneLike function

bool ratioPhoneLike()

Implementation

bool ratioPhoneLike() {
  return size.width <= size.height/2;
}