Barcode Tracking Advanced Overlay Widget

Defined in library scandit_datacapture_barcode_tracking_ui

Note

Using this class requires the MatrixScan AR add-on.

BarcodeTrackingAdvancedOverlayWidget
abstract class BarcodeTrackingAdvancedOverlayWidget : StatefulWidget

Added in version 6.26.0

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

width
final double? width

Added in version 6.26.0

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

height
final double? height

Added in version 6.26.0

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

createState()
BarcodeTrackingAdvancedOverlayWidgetState createState()

Added in version 6.26.0

Implemented from StatefulWidget. Called by the Flutter framework.

BarcodeTrackingAdvancedOverlayWidgetState
abstract class BarcodeTrackingAdvancedOverlayWidgetState<T extends BarcodeTrackingAdvancedOverlayWidget> : State<T>

Added in version 6.26.0

The state of the BarcodeTrackingAdvancedOverlayWidget.

build(context)
BarcodeTrackingAdvancedOverlayContainer build(
        BuildContext context)

Added in version 6.26.0

See build for more details.

BarcodeTrackingAdvancedOverlayContainer
class BarcodeTrackingAdvancedOverlayContainer : Container

Added in version 6.26.0

The root container of the BarcodeTrackingAdvancedOverlayWidget.

build(context)
Widget build(BuildContext context)

Added in version 6.26.0

See container build for more details.