setHeight method
Implementation
double setHeight(BuildContext context, double height) {
return screenSize(context).height /
(global_variables.screenHeight / height);
}
double setHeight(BuildContext context, double height) {
return screenSize(context).height /
(global_variables.screenHeight / height);
}