ImageItem

data class ImageItem(val id: String, @DrawableRes val image: Int?, val padding: Padding) : Widget

Constructors

Link copied to clipboard
constructor(id: String, @DrawableRes image: Int?, padding: Padding)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
val image: Int?
Link copied to clipboard