Flutter Web продолжает сосредоточиться на Textfield
//No need for any focusNode
TextField(
textInputAction: TextInputAction.none,
...
)
SeriousMonk
//No need for any focusNode
TextField(
textInputAction: TextInputAction.none,
...
)