BasicIconKey

data class BasicIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

The basic IconKey.

Constructors

Link copied to clipboard
fun BasicIconKey(resourceName: String, scaledHeight: Int)

Properties

Link copied to clipboard
open override val resourceName: String

The base name of the resource; e.g. "my-image.png".

Link copied to clipboard
open override val scaledHeight: Int

The height to scale the image.