Member
List
Item
fun MemberListItem( member: <Error class: unknown class>, trailingContent: @Composable () -> Unit, isTester: Boolean = false, onRoleClick: () -> Unit? = null)
Component to display the information of a member of a project
Parameters
member
: the member to display
trailingContent
: the trailing content for the ListItem container
isTester
: whether the member is a tester of that project
onRoleClick
: the action to execute when the UserRoleBadge is clicked