cardShadowSoft property

List<BoxShadow> get cardShadowSoft

Implementation

List<BoxShadow> get cardShadowSoft => isDark
    ? const [BoxShadow(color: Color(0x40000000), blurRadius: 3, offset: Offset(0, 1))]
    : const [BoxShadow(color: Color(0x14000000), blurRadius: 3, offset: Offset(0, 1))];