values property

List<double> values
final

The initial values for the slider handles. If the slider is a range slider, this should be a list with two values.

Implementation

final List<double> values;