AvatarWidget constructor

const AvatarWidget({
  1. Key? key,
  2. required RCIMIWConversation conversation,
  3. RCKAvatarConfig config = const RCKAvatarConfig(),
  4. RCKChatProfileInfo? customInfo,
})

Implementation

const AvatarWidget({
  super.key,
  required this.conversation,
  this.config = const RCKAvatarConfig(),
  this.customInfo,
});