NiceUserList constructor
- Key? key,
- required List<
NiceUserInfo> users, - void onUserTap(
- NiceUserInfo user
- void onSelectionChanged()?,
- bool selectable = false,
- bool showSearch = true,
- Set<
String> selectedIds = const {},
Implementation
const NiceUserList({
super.key,
required this.users,
this.onUserTap,
this.onSelectionChanged,
this.selectable = false,
this.showSearch = true,
this.selectedIds = const {},
});