shouldShowScanAreaGuides property

bool shouldShowScanAreaGuides

Implementation

bool get shouldShowScanAreaGuides => _shouldShowScanAreaGuides;
void shouldShowScanAreaGuides=(bool newValue)

Implementation

set shouldShowScanAreaGuides(bool newValue) {
  _shouldShowScanAreaGuides = newValue;
  _controller.update();
}