Hide results while loading

This commit is contained in:
Vishnu Mohandas 2020-06-10 00:14:50 +05:30
parent f95e598513
commit 705610ed10

View file

@ -30,6 +30,7 @@ class _LocationSearchWidgetState extends State<LocationSearchWidget> {
),
),
hideOnEmpty: true,
hideOnLoading: true,
loadingBuilder: (context) {
return loadWidget;
},