labelsTextStyle property

TextStyle? labelsTextStyle
final

The styling of the min and max text that gets displayed on the slider

If not provided the ancestor Theme's accentTextTheme text style will be applied.

Implementation

final TextStyle? labelsTextStyle;