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