shouldShowScanAreaGuides property

  1. @Deprecated('This property is deprecated as it\'s no longer needed.')
bool get shouldShowScanAreaGuides

Implementation

@Deprecated('This property is deprecated as it\'s no longer needed.')
bool get shouldShowScanAreaGuides => _shouldShowScanAreaGuides;
  1. @Deprecated('This property is deprecated as it\'s no longer needed.')
set shouldShowScanAreaGuides (bool newValue)

Implementation

@Deprecated('This property is deprecated as it\'s no longer needed.')
set shouldShowScanAreaGuides(bool newValue) {
  _shouldShowScanAreaGuides = newValue;
  _update();
}