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
trailing Content
: the trailing content for the ListItem container
is Tester
: whether the member is a tester of that project
on Role Click
: the action to execute when the UserRoleBadge is clicked