Barcode Batch Advanced Overlay Widget

Defined in library scandit_datacapture_barcode_batch_ui

Note

Using this class requires the MatrixScan AR add-on.

BarcodeBatchAdvancedOverlayWidget
abstract class BarcodeBatchAdvancedOverlayWidget : StatefulWidget

Added in version 7.0.0

A widget that needs to be used as a base of the widget you want to show for a TrackedBarcode through a BarcodeBatchAdvancedOverlay.

width
final double? width

Added in version 7.0.0

The width of the widget. Refer to the Container class to understand this property.

height
final double? height

Added in version 7.0.0

The height of the widget. Refer to the Container class to understand this property.

createState()
BarcodeBatchAdvancedOverlayWidgetState createState()

Added in version 7.0.0

Implemented from StatefulWidget. Called by the Flutter framework.

BarcodeBatchAdvancedOverlayWidgetState
abstract class BarcodeBatchAdvancedOverlayWidgetState<T extends BarcodeBatchAdvancedOverlayWidget> : State<T>

Added in version 7.0.0

The state of the BarcodeBatchAdvancedOverlayWidget.

build(context)
BarcodeBatchAdvancedOverlayContainer build(
        BuildContext context)

Added in version 7.0.0

See build for more details.

BarcodeBatchAdvancedOverlayContainer
class BarcodeBatchAdvancedOverlayContainer : Container

Added in version 7.0.0

The root container of the BarcodeBatchAdvancedOverlayWidget.

build(context)
Widget build(BuildContext context)

Added in version 7.0.0

See container build for more details.