Scales a height value relative to the design height.
static double h(double value) { assert(_initialized, 'Call ScreenUtil.init(context) first.'); return value * (_screenHeight / _designHeight); }