FinderStrokedStyle class

Variant of the viewfinder displaying a full outline of the scanning area as user guidance.

Inheritance

Constructors

FinderStrokedStyle({ScanbotColor? strokeColor, double strokeWidth = 3.0, double cornerRadius = 10.0})
FinderStrokedStyle.fromJson(Map<String, dynamic> json)
factory

Properties

cornerRadius double
The viewfinder's corner radius. Default is 10.0
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
strokeColor ScanbotColor
Color of the viewfinder's outline. Default is "#FFFFFFFF"
getter/setter pair
strokeWidth double
Width of the viewfinder's outline. Default is 3.0
getter/setter pair

Methods

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

Operators

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