FinderCorneredStyle constructor
FinderCorneredStyle({
- ScanbotColor? strokeColor,
- double strokeWidth = 3.0,
- double cornerRadius = 10.0,
Implementation
FinderCorneredStyle({
ScanbotColor? strokeColor,
this.strokeWidth = 3.0,
this.cornerRadius = 10.0,
}) : strokeColor = strokeColor ?? ScanbotColor("#FFFFFFFF"),
super();