PairAtsignWidget constructor

const PairAtsignWidget({
  1. Key? key,
  2. OnboardingStatus? onboardStatus,
  3. bool getAtSign = false,
  4. bool hideReferences = false,
  5. bool hideQrScan = false,
})

Implementation

const PairAtsignWidget(
    {Key? key,
    this.onboardStatus,
    this.getAtSign = false,
    this.hideReferences = false,
    this.hideQrScan = false})
    : super(key: key);