ForegroundStyle
data class ForegroundStyle(var iconVisible: Boolean = true, var color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), var useShadow: Boolean = false)
Configuration of the appearance of foreground elements (e.g. text and/or icons on buttons, etc).