getDivisions method

int getDivisions()

Returns the divisions of the matched Slider via Widget.toDiagnosticsNode

Implementation

int getDivisions() {
  return getDiagnosticProp<int>('divisions');
}