Ask Mzansi Activates chat

This commit is contained in:
2025-06-02 10:33:34 +02:00
parent 42177b2528
commit e9b97a4e11
9 changed files with 197 additions and 100 deletions

View File

@@ -124,6 +124,10 @@ class _MihSearchBarState extends State<MihSearchBar> {
child: TextField(
controller: widget.controller, // Assign the controller
focusNode: widget.searchFocusNode,
onSubmitted: (value) {
widget.onPrefixIconTap
?.call(); // Call the prefix icon tap handler
},
style: TextStyle(
color: widget.hintColor,
fontWeight: FontWeight.w600,