Google Maps | Geo Search | unfinished
This commit is contained in:
@@ -78,7 +78,6 @@ class MenuiSearchBarState extends State<MenuiSearchBar> {
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () {
|
||||
FocusScopeNode currentFocus = FocusScope.of(context);
|
||||
print('12345');
|
||||
if (!currentFocus.hasPrimaryFocus) {
|
||||
currentFocus.unfocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user