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

// ignore: avoid_positional_boolean_parameters
final String Function(double) semanticValueFormatterCallback;