OnboardingPageScaffold constructor
Implementation
const OnboardingPageScaffold({
super.key,
required this.step,
required this.totalSteps,
required this.icon,
required this.title,
required this.body,
required this.primaryLabel,
required this.onPrimary,
this.secondary,
});