scale375 method

double scale375()

Implementation

double scale375() {
  return _screenWidth > 600 ? this * 1.5 : this * (_screenWidth / 375.00);
}