semanticFormatterCallback property

String Function(FSliderSelection) semanticFormatterCallback
final

A callback that formats the semantic label for the slider. Defaults to announcing the percentages the active track occupies.

Implementation

final String Function(FSliderSelection) semanticFormatterCallback;