AndroidFocusSettings class

Constructors

AndroidFocusSettings({required int autoCancelDurationInMillis})

Properties

autoCancelDurationInMillis int
The auto focus will be canceled after the given autoCancelDurationInMillis. If autoCancelDurationInMillis is equals to 0 (or less), the auto focus will not be canceled. A manual focusOnPoint call will be needed to focus on an other point. Minimal duration of autoCancelDurationInMillis is 1000 ms. If set between 0 (exclusive) and 1000 (exclusive), it will be raised to 1000.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
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

Static Methods

decode(Object result) AndroidFocusSettings