barcodeCaptureDescription property

String? barcodeCaptureDescription
final

The description text displayed in the barcode scanning UI.

Use this property to provide a custom description text that will be displayed in the barcode scanning UI. This can be used to provide additional information or instructions to the user. The default value is null.

Implementation

final String? barcodeCaptureDescription;