ChipsAvatar constructor

ChipsAvatar({
  1. Color? chipColor,
  2. Color? avatarColor,
  3. String? profileImageUrl,
  4. String? username,
  5. ImageProvider<Object>? profileDecorImgType,
})

Implementation

ChipsAvatar({
  this.chipColor,
  this.avatarColor,
  this.profileImageUrl,
  this.username,
  this.profileDecorImgType,
});