gpt4 book ai didi

flutter - 如何在 Flutter 中更改提示大小?

转载 作者:行者123 更新时间:2023-12-03 03:08:49 26 4
gpt4 key购买 nike

我有一个 hintTextTextField , 我可以改变它的颜色但不能改变它的大小。

我怎样才能改变它?

这是来自 documentation 的代码示例:

  decoration: InputDecoration(
border: InputBorder.none,
hintText: 'Enter a search term'
),
);

最佳答案

TextField(
decoration: InputDecoration(
border: InputBorder.none,
hintText: 'Enter a search term',
hintStyle: TextStyle(fontSize: 20), // you need this
),
)

关于flutter - 如何在 Flutter 中更改提示大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59234678/

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