UserPickerItem constructor
const
UserPickerItem({
- Key? key,
- required SelectWrapper<
User> wrapper, - bool showCheckBox = true,
- bool showCharacter = false,
- bool showDepartment = true,
Implementation
const UserPickerItem({
super.key,
required this.wrapper,
this.showCheckBox = true,
this.showCharacter = false,
this.showDepartment = true,
});