ChatViewItemAvatarModel constructor

ChatViewItemAvatarModel({
  1. String? avatarPath,
  2. String? defaultAvatarPath,
  3. bool isAvatarShow = true,
  4. double? avatarSize,
  5. Color? avatarColor,
  6. Widget? customAvatar,
  7. Widget? customAvatarWidget,
  8. void avatarTap()?,
})

Implementation

ChatViewItemAvatarModel(
    {this.avatarPath,
    this.defaultAvatarPath,
    this.isAvatarShow = true,
    this.avatarSize,
    this.avatarColor,
    this.customAvatar,
    this.customAvatarWidget,
    this.avatarTap});