You may wonder how
https://docs.flutter.dev/ui/advanced/focus
Shortcuts
or Actions
widgets work or why keyboard is shown when you tap on text field. Actually, the Focus system is responsible for this. There is a good official article on this topic.https://docs.flutter.dev/ui/advanced/focus
docs.flutter.dev
Understanding Flutter's keyboard focus system
How to use the focus system in your Flutter app.