SliderValueIndicatorBuilder typedef

SliderValueIndicatorBuilder = Widget Function(BuildContext context, double value)

Builds the content of the value-indicator bubble shown above a Slider thumb for the given resolved (denormalized, i.e. already scaled to Slider.min..Slider.max) value.

Implementation

typedef SliderValueIndicatorBuilder = Widget Function(
  BuildContext context,
  double value,
);