Thumbnail
fun Thumbnail(modifier: Modifier = Modifier, size: Dp = 35.dp, shape: Shape = CircleShape, thumbnailData: String?, contentDescription: String, onClick: () -> Unit? = null)
Used to display the profiles pictures, project icons, group logos or members profile pictures
Parameters
modifier
The modifier to apply to the component
size
The size of the thumbnail
shape
The shape of the thumbnail
thumbnail Data
The data to display
content Description
The description of the content displayed by the thumbnail
on Click
The action to execute when the thumbnail has been clicked