cardShadow property

BoxShadow cardShadow
final

Use this for cards

Implementation

final cardShadow = const BoxShadow(
  color: Colors.black12,
  blurRadius: 15.0,
  offset: Offset(0, 4),
);