DrawableRes

data class DrawableRes(@DrawableRes val drawableId: Int) : SparkIcon

An icon represented by an android drawable resource.

It should be a vector drawable rather than a raster image/icon.

Constructors

Link copied to clipboard
constructor(@DrawableRes drawableId: Int)

Properties

Link copied to clipboard

The resource ID of the drawable to display