setHeight method

double setHeight(
  1. BuildContext context,
  2. double height
)

Implementation

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