Drawable

data class Drawable(val resId: Int) : IconResource

Data class representing a drawable icon resource.

Constructors

Link copied to clipboard
constructor(resId: Int)

Properties

Link copied to clipboard
val resId: Int

The resource ID of the drawable icon.