String speedConvert(double volume) { String value = volume.toStringAsPrecision(2); return '$value x'; }