SelectUsersDialog constructor
const
SelectUsersDialog({})
Implementation
const SelectUsersDialog({
super.key,
required this.projectEmails,
this.initialValue = const [],
this.title = 'Select users',
this.description = 'Choose one or more project users.',
this.confirmLabel = 'Apply',
this.cancelLabel = 'Cancel',
});