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