gpt4 book ai didi

dart - Flutter - 未定义边界参数

转载 作者:IT王子 更新时间:2023-10-29 07:00:55 26 4
gpt4 key购买 nike

我正在尝试使用 InputDecoration 类在 Flutter 中设置 TextField 的样式。

这是 implementation -

new TextField(
decoration: new InputDecoration(
border: InputBorder.none, // The named parameter border isn't defined
hintText: 'Please enter a search term'
),
);

但这会导致带有消息的边框属性下方出现红色波浪线

未定义参数边框

休息属性工作正常。这是相同的屏幕截图 - borderPS - 我是 Flutter 的新手。

最佳答案

您使用的是 Flutter v0.0.22,该版本已有数月之久。我找到了 this PR大约在同一时间说:

What was called the "divider" is now a configurable border

所以我的猜测是您使用的版本可能没有border

您应该切换到测试版 channel (flutter channel 测试版)以使用更新的代码重试。

关于dart - Flutter - 未定义边界参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50549268/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com