BarcodeSelectionBasicOverlay class
Constructors
- BarcodeSelectionBasicOverlay(BarcodeSelection mode, {BarcodeSelectionBasicOverlayStyle? style})
- BarcodeSelectionBasicOverlay.withBarcodeSelection(BarcodeSelection barcodeSelection)
- BarcodeSelectionBasicOverlay.withBarcodeSelectionForView(BarcodeSelection barcodeSelection, DataCaptureView? view)
- BarcodeSelectionBasicOverlay.withBarcodeSelectionForViewWithStyle(BarcodeSelection barcodeSelection, DataCaptureView? view, BarcodeSelectionBasicOverlayStyle style)
Properties
- aimedBrush ↔ Brush
- 
  
  getter/setter pair
- frozenBackgroundColor ↔ Color
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- selectedBrush ↔ Brush
- 
  
  getter/setter pair
- selectingBrush ↔ Brush
- 
  
  getter/setter pair
- shouldShowHints ↔ bool
- 
  
  getter/setter pair
- shouldShowScanAreaGuides ↔ bool
- 
  
  getter/setter pair
- style → BarcodeSelectionBasicOverlayStyle
- 
  
  final
- trackedBrush ↔ Brush
- 
  
  getter/setter pair
- view ↔ DataCaptureView?
- 
  
  getter/setter pair
- viewfinder → Viewfinder
- 
  
  no setter
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setTextForAimToSelectAutoHint(String text) → Future< void> 
- 
  setTextForDoubleTapToUnfreezeHint(String text) → Future< void> 
- 
  setTextForSelectOrDoubleTapToFreezeHint(String text) → Future< void> 
- 
  setTextForTapAnywhereToSelectHint(String text) → Future< void> 
- 
  setTextForTapToSelectHint(String text) → Future< void> 
- 
  toMap() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited