shouldShowScanAreaGuides property
      
      bool
      get
      shouldShowScanAreaGuides
      
    
    
    
Implementation
bool get shouldShowScanAreaGuides => _shouldShowScanAreaGuides;
      
      set
      shouldShowScanAreaGuides
      (bool newValue) 
      
    
    
    
Implementation
set shouldShowScanAreaGuides(bool newValue) {
  _shouldShowScanAreaGuides = newValue;
  _controller?.update();
}