作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的卡片装饰阴影看起来不像阴影,而更像一个丑陋的边框。我不知道如何使它看起来像自然阴影。
码:
var boxShadow = BoxDecoration(
boxShadow: [
BoxShadow(
color: Colors.black12,
spreadRadius: 0,
blurRadius: 1,
offset: Offset(3, 10), // changes position of shadow
),
],
);
最佳答案
尝试使用Material
窗口小部件而不是Container,而将其elevation
属性用作阴影。
如果您想让我解释您的问题,或者提供更多代码和更好的描述。最好是Github链接或整个构建功能。
关于flutter - flutter 的阴影看起来很丑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58757552/
我是一名优秀的程序员,十分优秀!