Returns the width of the label with the given text,
double labelWidth(double text, TextStyle style, int pipSize) => makeTextPainter(text.toStringAsFixed(pipSize), style).width;