valueTextStyle property

TextStyle? valueTextStyle
final

The styling of the current value text that gets displayed on the slider

If not provided the ancestor Theme's textTheme.title text style with bold will be applied .

Implementation

final TextStyle? valueTextStyle;