OnboardingView constructor

const OnboardingView({
  1. Key? key,
  2. required OnboardingStep step,
})

Creates an onboarding view.

Implementation

const OnboardingView({super.key, required this.step});