AnimatedParticipant constructor
- Participant participant, {
- Key? key,
- bool? muted = false,
- bool rounded = false,
- bool withBlur = false,
Implementation
const AnimatedParticipant(
this.participant, {
super.key,
this.muted = false,
this.rounded = false,
this.withBlur = false,
});