Barcode PickView Highlight Style Custom View Widget

Defined in library scandit_datacapture_barcode_pick_ui

BarcodePickViewHighlightStyleCustomViewWidget
abstract class BarcodePickViewHighlightStyleCustomViewWidget : StatefulWidget

Added in version 7.3.0

A base widget that allows you to create custom visual overlays displayed on top of barcodes during the picking process. Used in conjunction with BarcodePickViewHighlightStyleCustomView to customize how barcodes are highlighted.

width
final double? width

Added in version 7.3.0

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

height
final double? height

Added in version 7.3.0

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

createState()
BarcodePickViewHighlightStyleCustomViewState createState()

Added in version 7.3.0

Implemented from StatefulWidget. Called by the Flutter framework.

BarcodePickViewHighlightStyleCustomViewState
abstract class BarcodePickViewHighlightStyleCustomViewState<T extends BarcodePickViewHighlightStyleCustomViewWidget> : State<T>

Added in version 7.3.0

The state of the BarcodePickViewHighlightStyleCustomViewWidget.

build(context)
BarcodePickViewHighlightStyleCustomViewContainer build(
        BuildContext context)

Added in version 7.3.0

See build for more details.

BarcodePickViewHighlightStyleCustomViewContainer
class BarcodePickViewHighlightStyleCustomViewContainer : Container

Added in version 7.3.0

The root container of the BarcodePickViewHighlightStyleCustomViewWidget.