📅  最后修改于: 2022-03-11 15:00:15.710000             🧑  作者: Mango
decoration: InputDecoration(
hintText: "Password",
// place the color here
hintStyle: TextStyle(fontSize: 2.0, color: Colors.redAccent),
...
)