SimpleOnboardingView constructor
const
SimpleOnboardingView({})
Creates a simple onboarding view.
isSimple: If true, uses dot-based navigation; otherwise, uses a circular progress button.title: Text style for the page titles.subTitle: Text style for the page subtitles.buttonSkipTitle: Text for the skip button.buttonSkipStyle: Style for the skip button.buttonNextTitle: Text for the next button.buttonNextStyle: Style for the next button.buttonDoneTitle: Text for the done button.buttonDoneStyle: Style for the done button.
Implementation
const SimpleOnboardingView({
super.key,
required this.isSimple,
required this.buttonSkipTitle,
required this.buttonNextTitle,
required this.buttonDoneTitle,
});