DropdownItemIcon

class DropdownItemIcon(val modifier: Modifier = Modifier, @DrawableRes val icon: Int = R.drawable.ic_btn_share, val tint: Color = Color.DarkGray)

Constructors

Link copied to clipboard
constructor(modifier: Modifier = Modifier, @DrawableRes icon: Int = R.drawable.ic_btn_share, tint: Color = Color.DarkGray)

Properties

Link copied to clipboard
val icon: Int
Link copied to clipboard
Link copied to clipboard
val tint: Color