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