valueFormatter property

String Function(double value)? valueFormatter
final

Custom format function for the value label.

Implementation

final String Function(double value)? valueFormatter;