ProgressOverlay
data class ProgressOverlay(var title: StyledText = StyledText( text = "Please wait...", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), var progressIcon: IconStyle = IconStyle( color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("?sbColorSurface", isArgb = false), fillColor = ScanbotColor("?sbColorSurface", isArgb = false), strokeWidth = 0.0 ), var modalOverlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false))
Configuration of the top screen bar's appearance.
Constructors
Link copied to clipboard
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))