SwipeToDelete
data class SwipeToDelete(var enabled: Boolean = true, var backgroundColor: ScanbotColor = ScanbotColor("?sbColorNegative", isArgb = false), var iconColor: ScanbotColor = ScanbotColor("?sbColorOnPrimary", isArgb = false))
Configuration of the swipe-to-delete button.
Constructors
Link copied to clipboard
constructor(json: JsonObject)
constructor(enabled: Boolean = true, backgroundColor: ScanbotColor = ScanbotColor("?sbColorNegative", isArgb = false), iconColor: ScanbotColor = ScanbotColor("?sbColorOnPrimary", isArgb = false))