Flutter TextField: how to lose focus on tap outside?
<code>TextField()
</code>
<code>TextField()
</code>
TextField()
It loses focus only when tap another widget that can take focus such as TextField.
What if the TextField is the only one widget in the page?