sliderMaxSemanticsValue abstract method

String sliderMaxSemanticsValue(
  1. String value
)

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

String sliderMaxSemanticsValue(String value);