ScanDialogWidget constructor
- Key? key,
- required Function onPermissionsGranted,
- required BuildContext mContext,
- required bool vpsOnboardingAcknowledged,
- bool preferScanStep = false,
- bool enablePointerButton = false,
- required Function setStateCallback,
- String? text,
- String? title,
- List<
String> ? tipTranslationKeys, - Function? onPassButtonPressed,
- String? buttonText,
- 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,
});