static double width(double value) { final baseWidth = _getBaseWidth(); return (value / baseWidth) * screenWidth; }