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