scale375 method

double scale375()

Implementation

double scale375() {
  return _isPad
      ? this * 1.5
      : this * (_screenWidth / 375.00) * 100.truncateToDouble() / 100;
}