valueFormatter property

String Function(double value)? valueFormatter
final

Overrides the built-in value formatting (tooltip, header, and value-axis labels).

Implementation

final String Function(double value)? valueFormatter;