ProfileScreen

@Composable
fun ProfileScreen(viewModel: ProfileViewModel, onActions: (ProfileActions) -> Unit = {})

Base page fun for initialization

Parameters

viewModel

page view model

onActions

actions for page