boxShadow property
连续选中的 开始时间和结束时间的 背景阴影效果
Implementation
BoxShadow boxShadow = BoxShadow(
color: Colors.grey.setAlpha(0.6),
blurRadius: 4,
offset: const Offset(0, 0));
连续选中的 开始时间和结束时间的 背景阴影效果
BoxShadow boxShadow = BoxShadow(
color: Colors.grey.setAlpha(0.6),
blurRadius: 4,
offset: const Offset(0, 0));