SemanticFormatterCallback typedef
A callback that formats a numeric value from a Slider widget.
See also:
- Slider.semanticFormatterCallback, which shows an example use case.
Implementation
typedef SemanticFormatterCallback = String Function(double value);