Trailing

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

Constructors

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

Properties

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

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