ScanScreen constructor

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

Implementation

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