CometChatAvatar constructor
const
CometChatAvatar({
- Key? key,
- String? image,
- String? name,
- AvatarStyle? style,
Implementation
const CometChatAvatar({
super.key,
this.image,
this.name,
this.style,
});