ProgressOverlay
constructor(json: JsonObject)
constructor(title: StyledText = StyledText( text = "Please wait...", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), progressIcon: IconStyle = IconStyle( color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("?sbColorSurface", isArgb = false), fillColor = ScanbotColor("?sbColorSurface", isArgb = false), strokeWidth = 0.0 ), modalOverlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false))