VMEIcon

data class VMEIcon(@DrawableRes resId: Int, useTheme: Boolean)

Used to update icons

Since

2.1.0

Constructors

Link copied to clipboard
fun VMEIcon(@DrawableRes resId: Int, useTheme: Boolean = false)

Properties

Link copied to clipboard
val resId: Int

Icon resId

Link copied to clipboard
val useTheme: Boolean = false

if set to true, use current theme to colorize the icon, if false, use the current icon color