UFUSingleSelectHeader constructor
const
UFUSingleSelectHeader({
- required String title,
- TextEditingController? searchInputCtrl,
- String? inputHintText,
- bool canShowSearchBar = false,
- ValueChanged<
String> ? onSearch, - bool canShowIconButton = false,
- Color? iconButtonBackgroundColor,
- double? iconButtonBorderRadius,
- VoidCallback? onIconButtonTap,
- IconData? iconButtonIcon,
- Color? iconButtonIconColor,
- double? iconButtonIconSize,
- Widget? iconButtonIconWidget,
- Widget? suffixChild,
- bool isDisabled = false,
- bool showIncludeInactiveButton = false,
- VoidCallback? onTapIncludeInactiveButton,
- bool includeInactive = false,
- Key? key,
Implementation
const UFUSingleSelectHeader({
required this.title,
this.searchInputCtrl,
this.inputHintText,
this.canShowSearchBar = false,
this.onSearch,
this.canShowIconButton = false,
this.iconButtonBackgroundColor,
this.iconButtonBorderRadius,
this.onIconButtonTap,
this.iconButtonIcon,
this.iconButtonIconColor,
this.iconButtonIconSize,
this.iconButtonIconWidget,
this.suffixChild,
this.isDisabled = false,
this.showIncludeInactiveButton = false,
this.onTapIncludeInactiveButton,
this.includeInactive = false,
super.key});