If you focus a TextField
the system overlays will accompany the onscreen keyboard despite calling SystemChrome.setEnabledSystemUIOverlays([])
before and immediately after the focus change happened. Any way to change that?
For Clarity: I am referring to the onscreen bottom navigation bar that is provided by android when phones have no physical buttons. In flutter, when you tap on a textfield, the onscreen keyboard comes up, and with it this navigation bar is being forced in. I'd like to hide it, because it's sometimes unnecessary.