Icon
data class Icon(@DrawableRes val iconId: Int, val contentDescription: String, val enabled: Boolean, val interactionSource: MutableInteractionSource? = null) : ToggleItem
Constructors
Link copied to clipboard
constructor(@DrawableRes iconId: Int, contentDescription: String, enabled: Boolean, interactionSource: MutableInteractionSource? = null)