StepCallback typedef

StepCallback = FutureOr<void> Function(int oldIndex, int index)

Signature for a step callback with oldIndex and index.

Implementation

typedef StepCallback = FutureOr<void> Function(int oldIndex, int index);