overlayVisible property

void overlayVisible=(bool isVisible)

OverlayVisible is the property that controls whether highlighted overlays will be displayed on decoded barcodes.

The isVisible = true, the overlays will be displayed. The isVisible = false, the overlays will not be displayed.

Implementation

set overlayVisible(bool isVisible) =>
    _cameraEnhancerCaller.setOverlayVisible(isVisible);