anchor property

Implementation

BarcodeArInfoAnnotationAnchor get anchor => _anchor;
set anchor (BarcodeArInfoAnnotationAnchor newValue)

Implementation

set anchor(BarcodeArInfoAnnotationAnchor newValue) {
  _anchor = newValue;
  controller?.updateAnnotation(this);
}