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