SearchableAppBar constructor
const
SearchableAppBar({
- Key? key,
- String? hintTxt,
- Color? bgColor,
- Widget? searchField,
- Widget? leadingWidget,
- List<
Widget> ? actionsList, - bool willShowBackArrow = true,
- double? leadingWidth,
- TextEditingController? searchController,
- ValueChanged<
String> ? onChanged, - VoidCallback? onTapClearIcon,
Implementation
const SearchableAppBar({
super.key,
this.hintTxt,
this.bgColor,
this.searchField,
this.leadingWidget,
this.actionsList,
this.willShowBackArrow = true,
this.leadingWidth,
this.searchController,
this.onChanged,
this.onTapClearIcon,
});