Label Capture Advanced Overlay Widget

Defined in library scandit_datacapture_label_ui

Note

Using this class requires the Label Capture functionality.

LabelCaptureAdvancedOverlayWidget
abstract class LabelCaptureAdvancedOverlayWidget : StatefulWidget

Added in version 7.2.0

The widget you have to extend to display a custom widget for a CapturedLabel through a LabelCaptureAdvancedOverlay.

createState()
LabelCaptureAdvancedOverlayWidgetState createState()

Added in version 7.2.0

Implemented from StatefulWidget. Called by the Flutter framework.

width
double? get width

Added in version 7.2.0

The optional width of the overlay widget.

height
double? get height

Added in version 7.2.0

The optional height of the overlay widget.

LabelCaptureAdvancedOverlayWidgetState
abstract class LabelCaptureAdvancedOverlayWidgetState<T extends LabelCaptureAdvancedOverlayWidget> : State<T>

Added in version 7.2.0

An interface that represents the state for a LabelCaptureAdvancedOverlayWidget.

build(context)
LabelCaptureAdvancedOverlayContainer build(
        BuildContext context)

Added in version 7.2.0

Builds the widget’s visual representation.