fastFindButtonVisible property
- @Deprecated('This property was renamed. Use the property `barcodeFindButtonVisible` instead.')
bool
get
fastFindButtonVisible
Implementation
@Deprecated('This property was renamed. Use the property `barcodeFindButtonVisible` instead.')
bool get fastFindButtonVisible {
return _fastFindButtonVisible;
}
- @Deprecated('This property was renamed. Use the property `barcodeFindButtonVisible` instead.')
set
fastFindButtonVisible
(bool newValue)
Implementation
@Deprecated('This property was renamed. Use the property `barcodeFindButtonVisible` instead.')
set fastFindButtonVisible(bool newValue) {
// NOOP
}