menu
acter
features/events/widgets/participants_list.dart
ParticipantsList
ParticipantsList.new const constructor
ParticipantsList.new
dark_mode
light_mode
ParticipantsList
constructor
const
ParticipantsList
(
{
dynamic
key
,
required
String
roomId
,
required
List
<
String
>
participants
,
})
Implementation
const ParticipantsList({ super.key, required this.roomId, required this.participants, });
acter
participants_list
ParticipantsList
ParticipantsList.new const constructor
ParticipantsList class