gpt4 book ai didi

Flutter:光滑的圆角

转载 作者:行者123 更新时间:2023-12-05 03:45:57 25 4
gpt4 key购买 nike

我想知道如何在 Flutter 中制作平滑的圆角。我找到了与 iOS 方法类似的链接 - smooth rounded corners in swift但它并没有帮助我找到解决 Flutter 的方法。我以为ContinuousRectangleBorder是方式,但不是我要找的形状。我认为某种剪刀应该可以工作。

最佳答案

我发布了一个可能对您有帮助的专用包:figma_squircle .

Container(
height: 100,
width: 100,
decoration: ShapeDecoration(
color: Colors.red.withOpacity(0.75),
shape: SmoothRectangleBorder(
borderRadius: SmoothBorderRadius(
cornerRadius: 10,
cornerSmoothing: 0.5,
),
),
),
)

关于Flutter:光滑的圆角,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65554306/

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