我想知道如何制作这些容器。
集装箱现在代码
Container(
width: screenWidth / 1.1,
height: screenHeight / 6,
decoration: BoxDecoration(
color: Color.fromRGBO(255, 255, 255, 0.1),
shape: BoxShape.rectangle,
borderRadius: BorderRadius.all(Radius.circular(15))),
)
背绿色
#0E8375
1条答案
按热度按时间tpxzln5u1#
将glassmorphism软件包添加到pubspec.yaml文件中并尝试此操作。