width property

Implementation

BarcodeArInfoAnnotationWidthPreset get width => _width;
set width (BarcodeArInfoAnnotationWidthPreset newValue)

Implementation

set width(BarcodeArInfoAnnotationWidthPreset newValue) {
  _width = newValue;
  controller?.updateAnnotation(this);
}