ModernParticipantList constructor

const ModernParticipantList({
  1. Key? key,
  2. required ModernParticipantListOptions options,
})

Implementation

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