📜  颤振输入装饰占位符颜色 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:15.710000             🧑  作者: Mango

代码示例1
decoration: InputDecoration(
    hintText: "Password",
    // place the color here
    hintStyle: TextStyle(fontSize: 2.0, color: Colors.redAccent),
    ...
)