menu
nim_chatkit_ui package
documentation
helper/chat_message_user_helper.dart
UserAvatarInfo
UserAvatarInfo.new constructor
UserAvatarInfo.new constructor
dark_mode
light_mode
UserAvatarInfo
constructor
UserAvatarInfo
(
String
name
, {
String
?
avatar
,
String
?
avatarName
,
})
Implementation
UserAvatarInfo(this.name, {this.avatar, this.avatarName});
nim_chatkit_ui package
documentation
helper/chat_message_user_helper
UserAvatarInfo
UserAvatarInfo.new constructor
UserAvatarInfo class