NiceUserMention constructor
const
NiceUserMention({})
Implementation
const NiceUserMention({
super.key,
required this.name,
this.avatarUrl,
this.onTap,
this.compact = false,
this.backgroundColor,
});
const NiceUserMention({
super.key,
required this.name,
this.avatarUrl,
this.onTap,
this.compact = false,
this.backgroundColor,
});