AvatarWrapper constructor
Implementation
const AvatarWrapper({
  required this.user,
  super.key,
  this.showName = false,
  this.padding = const EdgeInsets.only(top: 16),
  this.size = 100,
  this.textStyle,
  this.customAvatar,
  this.avatarBackgroundColor,
});