gpt4 book ai didi

flutter - 如何增加 flutter 中的文本字段标签大小(宽度)?

转载 作者:IT王子 更新时间:2023-10-29 07:04:12 25 4
gpt4 key购买 nike

有什么方法可以增加 flutter 中的文本字段标签宽度,以避免省略号 (...)?

标签始终小于文本字段区域。

我所能想到的改进方法是减少内容填充的“开始”和“结束”,但效果微乎其微。

                  child: TextField(
decoration: InputDecoration(
labelText: "em Dólares",
labelStyle: TextStyle(color: Colors.amber[600],
fontStyle: FontStyle.italic),
border: OutlineInputBorder(),
fillColor: Colors.black12,
filled: true,
contentPadding: EdgeInsetsDirectional.only(top: 20.0, bottom: 20.0, start: 5.0, end: 5.0), //<-- weak solution
prefixText: "US\$"),
style: TextStyle(color: Colors.amber[600], fontSize: 20.0),
)

Ps:我在上面的代码中隐藏了文本字段中一些不必要的属性,如 Controller 、inputFormatters、keyboardType。

enter image description here

最佳答案

要更改(减少/增加)标签的字体大小,您可以使用 TextStyle() 中的 fontSize: 属性。只需将字体大小添加到标签即可。

关于flutter - 如何增加 flutter 中的文本字段标签大小(宽度)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54962770/

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