ParticipantListOthersItem constructor

const ParticipantListOthersItem({
  1. Key? key,
  2. required ParticipantListOthersItemOptions options,
})

Implementation

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