Badge Style
data class BadgeStyle(var visible: Boolean = true, var background: BackgroundStyle = BackgroundStyle( ), var foregroundColor: ScanbotColor = ScanbotColor("?sbColorOnSurface", isArgb = false)) : Parcelable
Configuration of the badge.
Constructors
Link copied to clipboard
constructor(visible: Boolean = true, background: BackgroundStyle = BackgroundStyle( ), foregroundColor: ScanbotColor = ScanbotColor("?sbColorOnSurface", isArgb = false))