setWidth method

double setWidth(
  1. BuildContext context,
  2. double width
)

Implementation

double setWidth(BuildContext context, double width) {
  return screenSize(context).width / (global_variables.screenWidth / width);
}