static const List<BoxShadow> cardShadow = [ BoxShadow( color: Color(0x0D000000), // 5% black offset: Offset(0, 2), blurRadius: 8, spreadRadius: 0, ), ];