- 在Container中添加BoxDecoration来设置背景颜色为deep purple accent,遇到错误需注释掉原有的color属性。
- 在BoxDecoration中使用渐变装饰,从yellow到pink实现渐变效果,并添加blue与sign颜色。
- 设置渐变的开始点为左上角(top left)和结束点为右下角(bottom right)。
- 添加网络图片到BoxDecoration,使用fit属性为cover,并添加深橙色的模式为soft light的颜色滤镜。
- 设定BoxDecoration的border radius值为25来创建圆角,并用deep orange accent的边框色来添加边框,样式为实线。
- 添加阴影,颜色为deep orange accent,偏移x为5,y为20,模糊度为30。