The default semantic value formatter that formats the value as a percentage.
static String defaultSemanticValueFormatter(double value) => '${(value * 100).toStringAsFixed(0)}%';