ParticipantListItem constructor

const ParticipantListItem({
  1. Key? key,
  2. required ParticipantListItemOptions options,
})

Implementation

const ParticipantListItem({super.key, required this.options});