HowItWorksModalScreen constructor

const HowItWorksModalScreen({
  1. Key? key,
  2. required String voucherProductId,
  3. required String brandLogoUrl,
  4. required String tncFilePath,
  5. required void onTncClick({
    1. required String brandLogoUrl,
    2. required String tncFilePath,
    }),
})

Implementation

const HowItWorksModalScreen({
  super.key,
  required this.voucherProductId,
  required this.brandLogoUrl,
  required this.tncFilePath,
  required this.onTncClick,
});