Scales a width value relative to the design width.
static double w(double value) { assert(_initialized, 'Call ScreenUtil.init(context) first.'); return value * (_screenWidth / _designWidth); }