static double h(double base, bool mw) { final m = _m; if (mw && m.isInMultiWindowMode) return base; return base * m.screenHeightFactor; }