UFUMultiSelectSubHeader constructor
const
UFUMultiSelectSubHeader({
- required int mainListLength,
- int? listLength = 0,
- int? selectedItemCount,
- bool canShowClearAll = true,
- bool canShowCount = true,
- VoidCallback? selectAndClearAll,
- int? tempSelectedItemsCount,
- bool isViewSubList = false,
- int? filterListItemsCount,
- List<
UFUMultiSelectModel> subList = const [], - bool isDisabled = false,
- bool showIncludeInactiveButton = false,
- bool includeInactive = false,
- VoidCallback? onTapIncludeInactiveButton,
- Key? key,
Implementation
const UFUMultiSelectSubHeader({
required this.mainListLength,
this.listLength = 0,
this.selectedItemCount,
this.canShowClearAll = true,
this.canShowCount = true,
this.selectAndClearAll,
this.tempSelectedItemsCount,
this.isViewSubList = false,
this.filterListItemsCount,
this.subList = const [],
this.isDisabled = false,
this.showIncludeInactiveButton = false,
this.includeInactive = false,
this.onTapIncludeInactiveButton,
super.key});