double h(double value) { return MediaQuery.of(context).size.height * ((value * 100 / height) / 100); }