barcodeInstructionsProceed property

String? barcodeInstructionsProceed
final

The text displayed for the "proceed" instruction in the barcode scanning UI.

Use this property to provide a custom text for the "proceed" instruction in the barcode scanning UI. This text is typically displayed as an action or button text to instruct the user to proceed with the scanning process. The default value is null.

Implementation

final String? barcodeInstructionsProceed;