Avatar
fun Avatar(profile: UserProfile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
Avatar is a composable that displays a user's avatar.
Parameters
profile
The user's profile information
size
The size of the avatar
modifier
Composable modifier
avatarQueryOptions
Options to customize the avatar query
fun Avatar(state: UserProfileState, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
Avatar is a composable that displays a user's avatar.
Parameters
state
size
The size of the avatar
modifier
Composable modifier
avatarQueryOptions
Options to customize the avatar query