Icon Button Chat Style
data class IconButtonChatStyle(var style: IconButtonColorStyle, @DrawableRes var iconRes: Int, @DrawableRes var clickedStateIconRes: Int? = null) : Serializable, ComponentStyle
Стиль для IconButton
Parameters
style
описывает цвета для IconButton
icon Res
ресурс изображения IconButton
clicked State Icon Res
ресурс изображения, отображаемый при нажатии на кнопку
Constructors
Link copied to clipboard
constructor(style: IconButtonColorStyle, @DrawableRes iconRes: Int, @DrawableRes clickedStateIconRes: Int? = null)