gpt4 book ai didi

flutter - 在 Scaffold 的 persistentFooterButtons 中对齐两个 DropdownButtons

转载 作者:IT王子 更新时间:2023-10-29 07:05:22 26 4
gpt4 key购买 nike

我在 Scaffold 的 persistentFooterButtons 中有两个下拉按钮。但是,两者都是右对齐的,屏幕左侧是空的。如何对齐这些按钮,使两个按钮都占据屏幕宽度的一半?

谢谢,

最佳答案

带容器的 Warp 下拉按钮。然后使用:

final screenSize = MediaQuery.of(context).size;

new Container(
width: screenSize.width / 2,
\\First dropdown button
)

new Container(
width: screenSize.width / 2,
\\Second dropdown button
)

您可以根据需要将 2 从任何其他值更改为调整。

关于flutter - 在 Scaffold 的 persistentFooterButtons 中对齐两个 DropdownButtons,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53909745/

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