NiceEventParticipants constructor
Implementation
const NiceEventParticipants({
super.key,
required this.participants,
this.onApprove,
this.onRemove,
this.capacity,
this.title = 'Participants',
});
const NiceEventParticipants({
super.key,
required this.participants,
this.onApprove,
this.onRemove,
this.capacity,
this.title = 'Participants',
});