如何解决Flutter下拉按钮溢出问题?

如何解决Flutter下拉按钮溢出问题?,第1张

如何解决Flutter下拉按钮溢出问题?

尽管我已将问题标记为可能重复,但另一个问题中未提及的部分解决方案是将该

isExpanded
属性用于
DropDownButton

   child: new DropdownButton<String>(     isExpanded: true,     ...


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/5129468.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-11-17
下一篇2022-11-17

发表评论

登录后才能评论

评论列表(0条)

    保存