static double calcH(double height) { double factor = Get.size.height / height; return (Get.size.height / factor).roundToDouble(); }