NUserProfile constructor
const
NUserProfile({})
Implementation
const NUserProfile({
super.key,
required this.ndk,
this.pubkey,
this.showLogoutButton = true,
this.showName = true,
this.showNip05Indicator = true,
this.showNip05 = true,
this.onLogout,
});