DrawableRes

data class DrawableRes(val drawableId: Int) : SparkIcon

An icon represented by an Android drawable resource ID.

Android-only. On KMP targets use Resource instead. It should be a vector drawable rather than a raster image/icon.

Constructors

Link copied to clipboard
constructor(drawableId: Int)

Properties

Link copied to clipboard

The resource ID of the drawable to display