UserProfileRowIcon

sealed interface UserProfileRowIcon

Icon for a custom user profile row.

Inheritors

Types

Link copied to clipboard
data class Resource(@DrawableRes val resId: Int) : UserProfileRowIcon

A drawable resource icon.

Link copied to clipboard
data class Vector(val imageVector: ImageVector) : UserProfileRowIcon

A Compose ImageVector icon.