fix icon client to enable error text
This commit is contained in:
@@ -100,6 +100,9 @@ class _MySearchFieldState extends State<MySearchField> {
|
|||||||
color: Colors.blueAccent,
|
color: Colors.blueAccent,
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
setState(() {
|
||||||
|
startup = false;
|
||||||
|
});
|
||||||
if (widget.controller.text != "") {
|
if (widget.controller.text != "") {
|
||||||
widget.onTap();
|
widget.onTap();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user