showSkipButton property

bool showSkipButton
final

Whether to show the skip button for this step.

Defaults to true. Set to false to hide the skip button for important steps that users must complete.

showSkipButton: false  // Hide skip for critical steps

Implementation

final bool showSkipButton;