Default Plaque
fun DefaultPlaque(colors: ListItemColors = ListItemDefaults.colors(), profilePicSize: Dp = 50.dp, profilePic: String, completeName: String, tagName: String, 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
complete Name
: the complete name of the user
tag Name
: the tag name of the user
supporting Content
: the content to place in the supporting zone
trailing Content
: the content to place in the traling zone