NiceOnboardingWizard constructor
const
NiceOnboardingWizard({})
Implementation
const NiceOnboardingWizard({
super.key,
required this.pages,
this.onComplete,
this.onSkip,
this.showSkip = true,
this.skipLabel,
this.nextLabel,
this.finishLabel,
});