Summary
The DynamicUserProfile component is responsible for displaying the dialog or dropdown of the user’s profile information, connected wallets, and more. Note: it should be placed as high as possible in the component tree to guarantee that the component is always rendered.Settings
Usage
Control opening and closing
You can simply callsetShowDynamicUserProfile(boolean) to show or close the DynamicUserProfile.
Callback at closing or opening
You can use theshowDynamicUserProfile property to trigger the logic after opening/closing the widget.