shouldShowScanAreaGuides property

  1. @Deprecated("Text Capture mode is deprecated.")
bool get shouldShowScanAreaGuides

Implementation

@Deprecated("Text Capture mode is deprecated.")
bool get shouldShowScanAreaGuides => _shouldShowScanAreaGuides;
  1. @Deprecated("Text Capture mode is deprecated.")
set shouldShowScanAreaGuides (bool newValue)

Implementation

@Deprecated("Text Capture mode is deprecated.")
set shouldShowScanAreaGuides(bool newValue) {
  _shouldShowScanAreaGuides = newValue;
  _controller.update();
}