CometChatAvatar constructor

const CometChatAvatar({
  1. Key? key,
  2. String? image,
  3. String? name,
  4. AvatarStyle? style,
})

Implementation

const CometChatAvatar({
  super.key,
  this.image,
  this.name,
  this.style,
});