Icon Button
data class IconButton(var visible: Boolean = true, var color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), var accessibilityDescription: String = "") : Parcelable
Configuration of the icon appearance on a button.
Constructors
Link copied to clipboard
constructor(visible: Boolean = true, color: ScanbotColor = ScanbotColor("#FFFFFF", isArgb = false), accessibilityDescription: String = "")