getMax method

double getMax()

Returns the max of the matched Slider via Widget.toDiagnosticsNode

Implementation

double getMax() {
  return getDiagnosticProp<double>('max');
}