ZegoAvatarConfig constructor
const
ZegoAvatarConfig({
- bool? showInAudioMode,
- bool? showSoundWavesInAudioMode,
- ZegoAvatarAlignment verticalAlignment = ZegoAvatarAlignment.center,
- Size? size,
- Color? soundWaveColor,
- ZegoAvatarBuilder? builder,
Implementation
const ZegoAvatarConfig({
this.showInAudioMode,
this.showSoundWavesInAudioMode,
this.verticalAlignment = ZegoAvatarAlignment.center,
this.size,
this.soundWaveColor,
this.builder,
});