ScreensConfig constructor
const
ScreensConfig({
- OnboardingConfig? onboarding,
- LoadingScreenConfig? loading,
- VerifiedResultScreenConfig? result,
- RegisterScreenConfig? register,
Implementation
const ScreensConfig({
this.onboarding,
this.loading,
this.result,
this.register,
});