PainterRes

data class PainterRes(@DrawableRes val res: Int? = null, val vector: ImageVector? = null, val bitmap: ImageBitmap? = null, val painter: Painter? = null)

Constructors

Link copied to clipboard
constructor(@DrawableRes res: Int? = null, vector: ImageVector? = null, bitmap: ImageBitmap? = null, painter: Painter? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val res: Int?
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "getPainterComposable")
fun getPainter(): Painter?