gpt4 book ai didi

flutter - Flutter:InputDecoration后缀Icon位置与行的底部

转载 作者:行者123 更新时间:2023-12-03 04:36:53 25 4
gpt4 key购买 nike

enter image description here

InputDecoration(
labelText: label,
floatingLabelBehavior: null,
hintText: hintText,
isDense:true,
suffixIcon: Padding(
padding: const EdgeInsetsDirectional.only(end:0),
child: Text("Currency",style: TextStyle(fontWeight: FontWeight.bold),),
),
contentPadding: EdgeInsets.symmetric(vertical: 5),
)
我试图在输入行附近对齐 Currency字,我尝试使用填充但看起来没有效果
注意:因为我需要它来显示它甚至没有聚焦,所以我为什么要使用suffixIcon

最佳答案

最高高度会起作用

  suffixIcon: Padding(
padding: const EdgeInsetsDirectional.only(top: 30),
//...

关于flutter - Flutter:InputDecoration后缀Icon位置与行的底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63949550/

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