Icon
data class Icon(@DrawableRes val resource: Int, val contentDescription: String? = null, val alignment: ChoiceContentAlignment = ChoiceContentAlignment.Center) : ChoiceLeadingContent
Constructors
Link copied to clipboard
constructor(@DrawableRes resource: Int, contentDescription: String? = null, alignment: ChoiceContentAlignment = ChoiceContentAlignment.Center)