FinderStrokedStyle
data class FinderStrokedStyle(var strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), var strokeWidth: Double = 3.0, var cornerRadius: Double = 10.0) : FinderStyle
Variant of the viewfinder displaying a full outline of the scanning area as user guidance.