nextIndex property
Specifies the next index to start the tour.
The plugin will wait for this index to appear or until nextIndexTimeout is reached.
If set to null, the tour will proceed in the natural order of the index.
Note: This value applies only within the same controller.
Example: Use this to wait for a dialog to appear before displaying the next step.
Implementation
final double? nextIndex;