disableGoNext abstract method

Future<void> disableGoNext(
  1. int index, {
  2. Duration duration,
  3. Curve curve,
})

Disable the next button for specified index. When disabling an index that is lower then the current index the Wizard will automatically animate back to the provided index.

Implementation

Future<void> disableGoNext(
  int index, {
  Duration duration,
  Curve curve,
});