ScanIntroScreen constructor

const ScanIntroScreen({
  1. Key? key,
  2. required String promotionId,
})

Implementation

const ScanIntroScreen({super.key, required this.promotionId});