ScreensConfig constructor

const ScreensConfig({
  1. OnboardingConfig? onboarding,
  2. LoadingScreenConfig? loading,
  3. VerifiedResultScreenConfig? result,
  4. RegisterScreenConfig? register,
})

Implementation

const ScreensConfig({
  this.onboarding,
  this.loading,
  this.result,
  this.register,
});