goNext abstract method

Future<void> goNext({
  1. Duration delay,
  2. Duration duration,
  3. Curve curve,
})

Show the next step. If the current step equals the last step nothing will happen.

Implementation

Future<void> goNext({
  Duration delay,
  Duration duration,
  Curve curve,
});