betweenStepCallback property
This method will be called before pushin the new step
The first parameter is the index of the new step
The second parameter is true if the current step is before the previous one
Implementation
final ZwapBetweenStepCallback? betweenStepCallback;