DrawableItem

data class DrawableItem(val drawable: Drawable, val id: Int? = null, val state: Int? = null)

Constructors

Link copied to clipboard
constructor(drawable: Drawable, id: Int? = null, state: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val state: Int? = null