gpt4 book ai didi

flutter - 将 DropdownButton 的选定值居中

转载 作者:IT王子 更新时间:2023-10-29 07:21:01 27 4
gpt4 key购买 nike

我能够将提供给 DropDownButtonDropdownMenuItem 中使用的文本项居中,但是当菜单关闭时,如何才能将所选项目居中?

最佳答案

像这样:

          DropdownMenuItem<int>(
value: model.id,
child: SizedBox(
width: width,
child: Text(
model.toString(),
textAlign: TextAlign.center, //this will do that
),
),
)

关于flutter - 将 DropdownButton 的选定值居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55644213/

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