resizeWidth static method

double resizeWidth(
  1. double percent
)

Implementation

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