fixit
This commit is contained in:
parent
c8c1abe036
commit
3d5e24e07a
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ class _MihHomeState extends State<MihHome> {
|
||||||
iconSize: 45,
|
iconSize: 45,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Scaffold.of(context).openDrawer();
|
Scaffold.of(context).openDrawer();
|
||||||
|
FocusScope.of(context)
|
||||||
|
.requestFocus(FocusNode()); // Fully unfocus all fields
|
||||||
|
// FocusScope.of(context).unfocus(); // Unfocus any text fields
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue