ModernParticipantListOthersOptions constructor

ModernParticipantListOthersOptions({
  1. required List<Participant> participants,
  2. required String coHost,
  3. required String member,
  4. bool enableGlassmorphism = true,
  5. bool isDarkMode = true,
  6. bool showDividers = false,
})

Implementation

ModernParticipantListOthersOptions({
  required this.participants,
  required this.coHost,
  required this.member,
  this.enableGlassmorphism = true,
  this.isDarkMode = true,
  this.showDividers = false,
});