Creates an onboarding step.
const OnboardingStep({ required this.title, required this.description, this.image, }) : super(StepType.onboarding);