We should have something like a wrapper around TextField or whatever (something with FocusNode?) to automatically manage keyboard interactivity, eg. KeyboardInteractivity.none by default, but temporarily set to .exclusive or .onDemand while a text widget is focussed.
We should have something like a wrapper around TextField or whatever (something with FocusNode?) to automatically manage keyboard interactivity, eg.
KeyboardInteractivity.none
by default, but temporarily set to.exclusive
or.onDemand
while a text widget is focussed.