OnboardingView constructor

const OnboardingView(
  1. {Key? key}
)

Implementation

const OnboardingView({Key? key}) : super(key: key);