valueIndicatorTextStyle static method

SliderThemeData valueIndicatorTextStyle(
  1. TextStyle style
)

Implementation

static SliderThemeData valueIndicatorTextStyle(TextStyle style) =>
    SliderThemeData(valueIndicatorTextStyle: style);