sliderValueIndicatorTextStyle method

TextStyle? sliderValueIndicatorTextStyle(
  1. BuildContext context, {
  2. Set<MaterialState>? materialStates,
  3. Map<String, dynamic>? extraInfo,
})

Implementation

TextStyle? sliderValueIndicatorTextStyle(BuildContext context, {Set<MaterialState>? materialStates, Map<String, dynamic>? extraInfo}) {
  var slideThemeData = SliderTheme.of(context);
  return slideThemeData.valueIndicatorTextStyle;
}