Ask Mzansi Activates chat
This commit is contained in:
parent
42177b2528
commit
e9b97a4e11
9 changed files with 197 additions and 100 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue