semanticValueFormatterCallback property

String Function(double) semanticValueFormatterCallback
final

A callback that formats the semantic label for the slider's thumb. Defaults to announcing the percentage.

In practice, this is mostly useful for range sliders.

Implementation

final String Function(double) semanticValueFormatterCallback;