gpt4 book ai didi

Flutter - 如何将小部件添加到容器的边框?

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

假设我有一个普通容器。如何将小部件(例如按钮)添加到容器的边框?

Container with a button on border

最佳答案

您可以使用 Badges插入。例如,在您的情况下,您可以用 Badge 包装容器并修改 position 参数,该参数是一个 BadgePosition 到确切的 bottom正确的值(value)观。

Badge(
position: BadgePosition.bottomRight(bottom: 0,right: 0),//change this to get the right location
badgeContent: YourWidgetAtTheBorder(),
child: YourContainer(),

)

关于Flutter - 如何将小部件添加到容器的边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62567501/

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