barcodeCaptureSubText property

String? barcodeCaptureSubText
final

The subtext displayed in the barcode scanning UI.

Use this property to provide a custom subtext 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? barcodeCaptureSubText;