BadgeStyle
data class BadgeStyle(var visible: Boolean = true, var background: BackgroundStyle = BackgroundStyle( ), var foregroundColor: ScanbotColor = ScanbotColor("?sbColorOnSurface", isArgb = false))
Configuration of the round button.
Constructors
Link copied to clipboard
constructor(json: JsonObject)
constructor(visible: Boolean = true, background: BackgroundStyle = BackgroundStyle( ), foregroundColor: ScanbotColor = ScanbotColor("?sbColorOnSurface", isArgb = false))