I have a complex design for a text input field and its impossible to apply so many styles and effects on it. So i was thinking about to call (show/hide) the keyboard on a click event and send input data to a Stream
and then display it with Text()
. But i have no idea if it is possible to do it?
The problem is how to call a keyboard on gesturedetector. Do you have any ideas?
Thanks