Styled Text
data class StyledText(var visible: Boolean = true, var text: String = "", var color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), var useShadow: Boolean = false) : Parcelable
Configuration of the text field appearance.
Constructors
Link copied to clipboard
constructor(visible: Boolean = true, text: String = "", color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), useShadow: Boolean = false)