Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢将maxLength属性的默认颜色更改为与TextFormField相同的颜色。有没有人解决这个问题?
谢谢!
以下示例应该会有所帮助,只需将color属性更改为您想要的属性:
color
TextFormField(decoration: InputDecoration( counterStyle: TextStyle(color: Colors.black),) ... ... )