autoAdvanceAfter property

Duration? autoAdvanceAfter
final

Optional duration after which this step will auto-advance.

If provided and auto-advance is enabled in the config, the step will automatically proceed to the next step after this duration. This is useful for demo modes, kiosk displays, or quick tours.

autoAdvanceAfter: Duration(seconds: 5)  // Auto-advance after 5 seconds

Implementation

final Duration? autoAdvanceAfter;