SliderLabel constructor

const SliderLabel({
  1. required String text,
  2. required TextStyle textStyle,
})

Creates a SliderLabel with the specified text and textStyle.

Implementation

const SliderLabel({required this.text, required this.textStyle});