在 flutter 中输入字段时如何更改文本字段

How to change textfield when typing on input field in flutter

如何在 flutter 中输入字段时更改文本字段

如何在 flutter 中输入字段时更改文本字段

这样做:

TextFormField(
  style: TextStyle(color: Colors.white),
)

这个问题已经回答了here