User Plaque
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
profile Pic Size
: the size of the profile picture
user
: the user from get the details to show
supporting Content
: the content to place in the supporting zone
trailing Content
: the content to place in the traling zone