OnboardingWidget constructor
OnboardingWidget({})
Implementation
OnboardingWidget(
{Key? key,
this.atsign,
required this.onboard,
required this.onError,
this.nextScreen,
this.fistTimeAuthNextScreen,
required this.atClientPreference,
this.appColor,
this.logo,
this.domain,
required this.appAPIKey});