AndroidOptions constructor

const AndroidOptions({
  1. double aspectTolerance = 0.5,
  2. bool useAutoFocus = true,
  3. String appBarTitle = '',
})

Create Android specific scan options

Implementation

const AndroidOptions({
  this.aspectTolerance = 0.5,
  this.useAutoFocus = true,
  this.appBarTitle = '',
});