SelectUsers constructor
const
SelectUsers({})
Implementation
const SelectUsers({
super.key,
required this.projectEmails,
required this.onChanged,
this.controller,
this.textController,
this.autofocus = false,
this.focusNode,
this.initialValue = const [],
});