TextFieldIcon

data class TextFieldIcon(    @DrawableRes val idRes: Int,     @StringRes val contentDescription: Int? = null,     val isIcon: Boolean)

Constructors

Link copied to clipboard
fun TextFieldIcon(    @DrawableRes idRes: Int,     @StringRes contentDescription: Int? = null,     isIcon: Boolean)

Properties

Link copied to clipboard
val contentDescription: Int? = null
Link copied to clipboard
val idRes: Int
Link copied to clipboard
val isIcon: Boolean

If it is an icon that should be tinted to match the text the value should be true