RangeSelectorLabel constructor

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

Creates a RangeSelectorLabel with the given text and textStyle.

Implementation

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