gpt4 book ai didi

flutter - 如何更改 ListTile 中的前导宽度?

转载 作者:行者123 更新时间:2023-12-05 06:14:55 30 4
gpt4 key购买 nike

当使用 ListTile 时,leading 属性的左右两侧会有间隙。有没有可能减少它们?

enter image description here

child: ListTile(
leading: GestureDetector(
onTap: _onPressed,
child: Container(
width: 48,
height: 48,
color: Colors.amberAccent,
child: Icon(
Icons.label_outline,
size: 32,
),
)

最佳答案

您可以使用以下属性:

ListTile(
dense: true,
minLeadingWidth: X,
horizontalTitleGap: Y,
contentPadding: EdgeInsets.all(Z),
...

关于flutter - 如何更改 ListTile 中的前导宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62674980/

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