AvatarWidget constructor
const
AvatarWidget({
- Key? key,
- required RCIMIWConversation conversation,
- RCKAvatarConfig config = const RCKAvatarConfig(),
- RCKChatProfileInfo? customInfo,
Implementation
const AvatarWidget({
super.key,
required this.conversation,
this.config = const RCKAvatarConfig(),
this.customInfo,
});