scale375Height method

double scale375Height()

Implementation

double scale375Height() {
  return _isPad ? this * 1.5 : this * (_screenHeight / 812.00);
}