ParticipantStatsWidget constructor

const ParticipantStatsWidget({
  1. Key? key,
  2. required Participant<TrackPublication<Track>> participant,
})

Implementation

const ParticipantStatsWidget({super.key, required this.participant});