ChatAvatar constructor
const
ChatAvatar({
- required double width,
- required double height,
- CornerRadius? cornerRadius,
- EdgeInsets? margin,
- UserInfoProtocol? user,
- Key? key,
Implementation
const ChatAvatar({
required this.width,
required this.height,
this.cornerRadius,
this.margin,
this.user,
super.key,
});