static double height(double value) { final baseHeight = _getBaseHeight(); return (value / baseHeight) * screenHeight; }