sliderMinSemanticsValue method
The semantic value of a range slider when the minimum thumb is selected, e.g. 'Minimum, 20%'.
In en, this message translates to: 'Minimum, {value}'
Implementation
@override
String sliderMinSemanticsValue(String value) => 'Minimum, $value';