getMin method

double getMin()

Returns the min of the matched Slider via Widget.toDiagnosticsNode

Implementation

double getMin() {
  return getDiagnosticProp<double>('min');
}