getSecondaryTrackValue method

double getSecondaryTrackValue()

Returns the secondaryTrackValue of the matched Slider via Widget.toDiagnosticsNode

Implementation

double getSecondaryTrackValue() {
  return getDiagnosticProp<double>('secondaryTrackValue');
}