A screen content view for editing the current user.

To trigger an update once modifications are done within the view, simply call state.update().

val state = remember { EditProfileState() }
EditProfileView(state)

For a more detailed API definition, check out the API docs here.