AnimatedParticipant constructor

const AnimatedParticipant(
  1. Participant participant, {
  2. Key? key,
  3. bool? muted = false,
  4. bool rounded = false,
  5. bool withBlur = false,
})

Implementation

const AnimatedParticipant(
  this.participant, {
  super.key,
  this.muted = false,
  this.rounded = false,
  this.withBlur = false,
});