ScanDialogWidget constructor

const ScanDialogWidget({
  1. Key? key,
  2. required Function onPermissionsGranted,
  3. required BuildContext mContext,
  4. required bool vpsOnboardingAcknowledged,
  5. bool preferScanStep = false,
  6. bool enablePointerButton = false,
  7. required Function setStateCallback,
  8. String? text,
  9. String? title,
  10. List<String>? tipTranslationKeys,
  11. Function? onPassButtonPressed,
  12. String? buttonText,
  13. ItineraryWidgetController? itineraryWidgetController,
})

Implementation

const ScanDialogWidget({
  super.key,
  required this.onPermissionsGranted,
  required this.mContext,
  required this.vpsOnboardingAcknowledged,
  this.preferScanStep = false,
  this.enablePointerButton = false,
  required this.setStateCallback,
  this.text,
  this.title,
  this.tipTranslationKeys,
  this.onPassButtonPressed,
  this.buttonText,
  this.itineraryWidgetController,
});