resizeHeight static method

double resizeHeight(
  1. double percent
)

Implementation

static double resizeHeight(double percent){
  return (_screenWidth/100)*percent;
}