menu
mobile_chat_ui package
documentation
custom_widgets/user_avatar.dart
UserAvatar
UserAvatar.new const constructor
UserAvatar.new const constructor
dark_mode
light_mode
UserAvatar
constructor
const
UserAvatar
(
{
Key
?
key
,
required
User
user
,
required
ChatTheme
theme
,
})
Implementation
const UserAvatar({Key? key, required this.user, required this.theme}) : super(key: key);
mobile_chat_ui package
documentation
custom_widgets/user_avatar
UserAvatar
UserAvatar.new const constructor
UserAvatar class