AndroidOptions class

Android specific scan options

Constructors

AndroidOptions({double aspectTolerance = 0.5, bool useAutoFocus = true, String appBarTitle = ''})
Create Android specific scan options
const

Properties

appBarTitle → String
This sets the string in the appBar (Android only)
final
aspectTolerance → double
You can optionally set aspect ratio tolerance level that is used in calculating the optimal Camera preview size. This parameter is only supported on Android devices.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
useAutoFocus → bool
Set to true to enable auto focus This parameter is only supported on Android devices.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited