ZegoAvatar constructor

const ZegoAvatar({
  1. Key? key,
  2. required Size avatarSize,
  3. ZegoUIKitUser? user,
  4. bool showAvatar = true,
  5. bool showSoundLevel = false,
  6. Size? soundLevelSize,
  7. Color? soundLevelColor,
  8. ZegoAvatarBuilder? avatarBuilder,
  9. String? mixerStreamID,
})

Implementation

const ZegoAvatar({
  Key? key,
  required this.avatarSize,
  this.user,
  this.showAvatar = true,
  this.showSoundLevel = false,
  this.soundLevelSize,
  this.soundLevelColor,
  this.avatarBuilder,
  this.mixerStreamID,
}) : super(key: key);