小编ven*_*pta的帖子

如何在flutter中更改textField的下划线颜色?

我试图定义Input装饰来更改输入TextField下划线的颜色。但这不起作用。有人可以建议我在这里想念什么吗?

这是代码段:

decoration: InputDecoration(
    hintText: 'Username',
    hintStyle: TextStyle(color: Colors.white),
    border: new UnderlineInputBorder(
                                    borderSide: BorderSide(color: Colors.white, 
                                      width: 1.0, style: BorderStyle.none ),
    ),
Run Code Online (Sandbox Code Playgroud)

flutter flutter-layout

8
推荐指数
3
解决办法
3855
查看次数

标签 统计

flutter ×1

flutter-layout ×1