cardShadow property
Use this for cards
Implementation
final cardShadow = const BoxShadow(
color: Colors.black12,
blurRadius: 15.0,
offset: Offset(0, 4),
);
Use this for cards
final cardShadow = const BoxShadow(
color: Colors.black12,
blurRadius: 15.0,
offset: Offset(0, 4),
);