IconButtonChatStyle

data class IconButtonChatStyle(var style: IconButtonColorStyle, @DrawableRes var iconRes: Int, @DrawableRes var clickedStateIconRes: Int? = null) : Serializable, ComponentStyle

Стиль для IconButton

Parameters

style

описывает цвета для IconButton

iconRes

ресурс изображения IconButton

clickedStateIconRes

ресурс изображения, отображаемый при нажатии на кнопку

Constructors

Link copied to clipboard
constructor(style: IconButtonColorStyle, @DrawableRes iconRes: Int, @DrawableRes clickedStateIconRes: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard