SemanticFormatterCallback typedef

SemanticFormatterCallback = String Function(double value)

A callback that formats a numeric value from a Slider or RangeSlider widget.

See also:

Implementation

typedef SemanticFormatterCallback = String Function(double value);