shouldShowScanAreaGuides property
- @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;
- @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();
}