Icon

data class Icon(val icon: Int) : CardAddon(source)

The Icon container for the Card.

Constructors

Link copied to clipboard
constructor(icon: Int)

Properties

Link copied to clipboard
val icon: Int

The icon to be displayed. Of type Int.