RangeSliderLabel constructor

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

Creates a RangeSliderLabel with the given text and textStyle.

Implementation

const RangeSliderLabel({required super.text, required super.textStyle});