ZoomOverlay

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(overlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false), closeButton: ButtonConfiguration = ButtonConfiguration( text = "?zoomOverlayCancelButtonText", accessibilityDescription = "?accessibilityDescriptionZoomOverlayCancelButton", background = BackgroundStyle( fillColor = ScanbotColor("#00000000", isArgb = false), strokeWidth = 0.0 ), foreground = ForegroundStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ) ))