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
thumbnailData
The data to display
contentDescription
The description of the content displayed by the thumbnail
onClick
The action to execute when the thumbnail has been clicked