stepSize property

  1. @override
double stepSize

Returns the stepSize width in pixels.

The step size is determined using the StepSizeConfig.

Implementation

@override
double get stepSize {
  _configureScale();
  return _scaleFunction.stepSizePixels;
}