enableAutoAdvance property

bool enableAutoAdvance
final

Whether to enable auto-advance functionality.

When enabled globally, steps can auto-advance if they have an autoAdvanceAfter duration set. This is useful for demo modes or kiosk displays.

Defaults to false.

enableAutoAdvance: true  // Allow steps to auto-advance

Implementation

final bool enableAutoAdvance;