EditProfileDialog

fun EditProfileDialog(viewModel: AccountScreenViewModel, onDismissAction: () -> Unit, isVisible: Boolean)

This composable is the Edit Profile Dialog. It displays a dialog for the user to edit their profile.

Parameters

viewModel

AccountScreenViewModel the viewmodel for the screen

onDismissAction

() -> Unit the function to call when the user dismisses the action

isVisible

Boolean whether the dialog is visible