MemberListScreen

fun MemberListScreen(party: String, onMemberClick: (Int) -> Unit, onBack: () -> Unit, viewModel: EduskuntaViewModel, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)

Screen for displaying the list of members for a given party.

Parameters

party

The party to display the members for.

onMemberClick

The function to be called when a member is clicked.

onBack

The function to be called when the back button is pressed.

viewModel

The view model for the app.