Foreground Style
data class ForegroundStyle(var iconVisible: Boolean = true, var color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), var useShadow: Boolean = false) : Parcelable
Configuration of the appearance for foreground elements (e.g. text and/or icons, etc).
Constructors
Link copied to clipboard
constructor(iconVisible: Boolean = true, color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), useShadow: Boolean = false)