stepSizeConfig property

  1. @override
StepSizeConfig stepSizeConfig
getter/setter pair

Sets the method for determining the step size.

This is the domain space between data points.

Implementation

@override
StepSizeConfig stepSizeConfig = const StepSizeConfig.auto();