AtOnboardingHomeScreen constructor
const
AtOnboardingHomeScreen({
- Key? key,
- required AtOnboardingConfig config,
- bool getAtSign = false,
- bool hideReferences = false,
- bool hideQrScan = false,
Implementation
const AtOnboardingHomeScreen({
Key? key,
required this.config,
this.getAtSign = false,
this.hideReferences = false,
this.hideQrScan = false,
}) : super(key: key);