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