📅  最后修改于: 2022-03-11 14:48:03.138000             🧑  作者: Mango
Container(
decoration: BoxDecoration(
boxShadow: [
BoxShadow(
color: Colors.grey.withOpacity(0.4),
spreadRadius: 2,
blurRadius: 8,
),
],
),
),