BarcodeTrackingBasicOverlay class
Constructors
- BarcodeTrackingBasicOverlay.withBarcodeTracking(BarcodeTracking barcodeTracking)
- BarcodeTrackingBasicOverlay.withBarcodeTrackingForView(BarcodeTracking barcodeTracking, DataCaptureView? view)
-
factory
- BarcodeTrackingBasicOverlay.withBarcodeTrackingForViewWithStyle(BarcodeTracking barcodeTracking, DataCaptureView? view, BarcodeTrackingBasicOverlayStyle style)
-
factory
Properties
- brush ↔ Brush
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listener ↔ BarcodeTrackingBasicOverlayListener?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldShowScanAreaGuides ↔ bool
-
getter/setter pair
- style → BarcodeTrackingBasicOverlayStyle
-
final
- view ↔ DataCaptureView?
-
getter/setter pair
Methods
-
clearTrackedBarcodeBrushes(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBrushForTrackedBarcode(
Brush brush, TrackedBarcode trackedBarcode) → Future< void> -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- defaultBrush → Brush
-
no setter