SfSliderSemanticFormatterCallback typedef

SfSliderSemanticFormatterCallback = String Function(dynamic value)

The value will be either double or DateTime based on the values.

Implementation

typedef SfSliderSemanticFormatterCallback = String Function(dynamic value);