Percentage of screen width (e.g. context.pw(50) = 50% of screen width)
context.pw(50)
double pw(double percent) => (percent / 100) * responsiveData.width;