AtOnboardingReferenceScreen constructor

const AtOnboardingReferenceScreen({
  1. Key? key,
  2. String? url,
  3. String? title,
  4. required AtOnboardingConfig config,
})

Implementation

const AtOnboardingReferenceScreen({
  Key? key,
  this.url,
  this.title,
  required this.config,
}) : super(key: key);