Scale value proportionally to design reference height.
value
double h(double value) => value * (screenHeight / _config.designSize.height);