BarcodeFindViewSettings constructor

BarcodeFindViewSettings(
  1. Color _inListItemColor,
  2. Color _notInListItemColor,
  3. bool _soundEnabled,
  4. bool _hapticEnabled,
)

Implementation

BarcodeFindViewSettings(this._inListItemColor, this._notInListItemColor, this._soundEnabled, this._hapticEnabled);