AtOnboardingHomeScreen constructor

const AtOnboardingHomeScreen({
  1. Key? key,
  2. required AtOnboardingConfig config,
  3. bool getAtSign = false,
  4. bool hideReferences = false,
  5. bool hideQrScan = false,
  6. bool isFromIntroScreen = false,
})

Implementation

const AtOnboardingHomeScreen({
  Key? key,
  required this.config,
  this.getAtSign = false,
  this.hideReferences = false,
  this.hideQrScan = false,
  this.isFromIntroScreen = false,
}) : super(key: key);