UFUMultiSelectList constructor
const
UFUMultiSelectList({
- ScrollController? controller,
- required List<
UFUMultiSelectModel> list, - ValueChanged<
String> ? onItemTap, - bool isLoading = false,
- bool canShowMore = false,
- UFUMultiSelectType type = UFUMultiSelectType.local,
- Widget? listLoader,
- String searchKeyWord = '',
- bool showInactiveUserLabel = false,
- Key? key,
Implementation
const UFUMultiSelectList({
this.controller,
required this.list,
this.onItemTap,
this.isLoading = false,
this.canShowMore = false,
this.type = UFUMultiSelectType.local,
this.listLoader,
this.searchKeyWord = '',
this.showInactiveUserLabel = false,
super.key});