ReactiveSliderLabelBuilder typedef

ReactiveSliderLabelBuilder = String Function(double)

Signature for callbacks that are used to get the label of the ReactiveSlider.

Implementation

typedef ReactiveSliderLabelBuilder = String Function(double);