FinderCorneredStyle class
A variant of the viewfinder displaying only the four corners of the scanning area.
- Inheritance
- 
    - Object
- FinderStyle
- FinderCorneredStyle
 
Constructors
- FinderCorneredStyle({ScanbotColor? strokeColor, double strokeWidth = 3.0, double cornerRadius = 10.0})
- 
          FinderCorneredStyle.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- cornerRadius ↔ double
- 
  The radius of the viewfinder's corners.
  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
- 
  The color of the viewfinder corner's outlines.
  getter/setter pair
- strokeWidth ↔ double
- 
  The width of the viewfinder corner's outlines.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson({ToJsonConfiguration? config}) → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited