sliderMinSemanticsValue abstract method

String sliderMinSemanticsValue(
  1. String value
)

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

String sliderMinSemanticsValue(String value);