Scales a value by the width scale factor.
double scaleWidth(double value) => value * data.scaleWidth;