Edit Profile Dialog
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
view Model
AccountScreenViewModel the viewmodel for the screen
on Dismiss Action
() -> Unit the function to call when the user dismisses the action
is Visible
Boolean whether the dialog is visible