UFUMultiSelectHeader constructor
const
UFUMultiSelectHeader({
- required String title,
- TextEditingController? searchInputCtrl,
- Widget? totalAmount,
- String? inputHintText,
- bool canShowSearchBar = false,
- ValueChanged<
String> ? onSearch, - Widget? headerPrefixChild,
- String? helperText,
- bool canShowSubList = false,
- VoidCallback? showSubList,
- bool isSelectedSubListItems = false,
- bool isDisabled = false,
- required bool isViewSubList,
- Key? key,
Implementation
const UFUMultiSelectHeader({
required this.title,
this.searchInputCtrl,
this.totalAmount,
this.inputHintText,
this.canShowSearchBar = false,
this.onSearch,
this.headerPrefixChild,
this.helperText,
this.canShowSubList = false,
this.showSubList,
this.isSelectedSubListItems = false,
this.isDisabled = false,
required this.isViewSubList,
super.key});