static double calcW(double width) { double factor = Get.size.width / width; return (Get.size.width / factor).roundToDouble(); }