StyledText
data class StyledText(var visible: Boolean = true, var text: String = "", var color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), var useShadow: Boolean = false)
Configuration of the text field appearance.
Configuration of the text field appearance.