ZegoAvatar constructor
const
ZegoAvatar({
- Key? key,
- required Size avatarSize,
- ZegoUIKitUser? user,
- bool showAvatar = true,
- bool showSoundLevel = false,
- Size? soundLevelSize,
- Color? soundLevelColor,
- ZegoAvatarBuilder? avatarBuilder,
- 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);