ZegoAvatarConfig constructor

const ZegoAvatarConfig({
  1. bool? showInAudioMode,
  2. bool? showSoundWavesInAudioMode,
  3. ZegoAvatarAlignment verticalAlignment = ZegoAvatarAlignment.center,
  4. Size? size,
  5. Color? soundWaveColor,
  6. ZegoAvatarBuilder? builder,
})

Implementation

const ZegoAvatarConfig({
  this.showInAudioMode,
  this.showSoundWavesInAudioMode,
  this.verticalAlignment = ZegoAvatarAlignment.center,
  this.size,
  this.soundWaveColor,
  this.builder,
});