shadowCard constant
Resting card shadow: barely-there ambient + soft key light.
Implementation
static const List<BoxShadow> shadowCard = [
BoxShadow(
color: Color(0x0A101828),
blurRadius: 2,
offset: Offset(0, 1),
),
BoxShadow(
color: Color(0x0F101828),
blurRadius: 24,
offset: Offset(0, 8),
),
];