fastFindButtonVisible property

  1. @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;
}
  1. @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
}