getValue method

double getValue()

Returns the value of the matched Slider via Widget.toDiagnosticsNode

Implementation

double getValue() {
  return getDiagnosticProp<double>('value');
}