betweenStepCallback property

ZwapBetweenStepCallback? betweenStepCallback
final

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;