gpt4 book ai didi

dart - Flutter DropdownMenuItem 中的长字符串导致重叠

转载 作者:行者123 更新时间:2023-12-03 02:53:15 24 4
gpt4 key购买 nike

我的 Flutter 应用程序中有一个 DropdownButton,它包含一些相当长的字符串,我遇到了 DropdownMenuItems 中一些文本重叠的问题。有一个图像链接,您可以在其中看到一个选项的文本与下一个选项重叠。我试图将文本包裹在展开的文本中,但这并没有起到作用。

有没有办法在 DropdownMenuItems 之间创建一些相等的分隔?我试过使用 softwrap 和 overflow,但这些只是将字符串剪短,这并不理想,因为用户需要能够从 DropDown 中完整读取每个项目。

理想情况下,每个项目之间的差距相等且没有重叠是我正在寻找的结果。当然有一个解决方案可以解决下拉列表中的长字符串

enter image description here

DropdownMenuItem(
value: value,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[Expanded(child: Text(value))],
))

最佳答案

DropdownButton(
isExpanded: true, //just add this property as true

关于dart - Flutter DropdownMenuItem 中的长字符串导致重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54496941/

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