Unfocus search on tap away
This commit is contained in:
parent
f841562fa4
commit
e32f61a67e
12 changed files with 79 additions and 72 deletions
|
|
@ -41,6 +41,7 @@ class _MIHCalculatorState extends State<MIHCalculator> {
|
|||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
FocusScope.of(context).unfocus();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue