NUserProfile constructor
const
NUserProfile({
- Key? key,
- required NdkFlutter ndkFlutter,
- String? pubkey,
- Metadata? metadata,
- bool showLogoutButton = true,
- bool showName = true,
- bool showNip05Indicator = true,
- bool showNip05 = true,
- VoidCallback? onLogout,
Implementation
const NUserProfile({
super.key,
required this.ndkFlutter,
this.pubkey,
this.metadata,
this.showLogoutButton = true,
this.showName = true,
this.showNip05Indicator = true,
this.showNip05 = true,
this.onLogout,
});