value property

double value
final

Creates a fluid slider

  • value determines currently selected value for this slider.
  • onChanged is called while the user is selecting a new value for the slider.
  • onChangeStart is called when the user starts to select a new value for the slider.
  • onChangeEnd is called when the user is done selecting a new value for the slider.

The currently selected value for this slider.

The slider's thumb is drawn at a position that corresponds to this value.

Implementation

final double value;