NName constructor
const
NName({})
Implementation
const NName({
super.key,
required this.ndk,
this.pubkey,
this.metadata,
this.style,
this.maxLines = 1,
this.overflow = TextOverflow.ellipsis,
this.displayNpub = false,
});