UserPlaque

fun UserPlaque(    colors: ListItemColors = ListItemDefaults.colors(),     profilePicSize: Dp = 50.dp,     user: RefyUser,     supportingContent: @Composable () -> Unit? = null,     trailingContent: @Composable () -> Unit? = null)

Function to create an RefyUser details plaque

Parameters

colors

: the colors for the ListItem component

profilePicSize

: the size of the profile picture

user

: the user from get the details to show

supportingContent

: the content to place in the supporting zone

trailingContent

: the content to place in the traling zone