gpt4 book ai didi

dart - 如何在 Flutter 中创建带有底部彩色边框的 AppBar?

转载 作者:IT王子 更新时间:2023-10-29 06:35:32 24 4
gpt4 key购买 nike

我想创建一个像这样的应用栏,它有一个底部边框和一个可以使用提升来完成的阴影色调。有人可以提供示例代码片段来实现这一点

AppBar with Border

最佳答案

也许是这样的

AppBar(
bottom: PreferredSize(
preferredSize: const Size.fromHeight(4.0)),
child: Container(
color: Colors.orange,
height: 4.0,
),
)

关于dart - 如何在 Flutter 中创建带有底部彩色边框的 AppBar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53393267/

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