formatValue property

DoubleFormatter formatValue
final

An optional function that formats the value of the slider.

By default, the value is formatted as a decimal number with two digits after the decimal point.

Implementation

final DoubleFormatter formatValue;