boxShadow property

List<BoxShadow>? boxShadow
final

Box shadows to apply to the card.

Creates elevation and depth effects. If null, no shadows are applied.

Implementation

final List<BoxShadow>? boxShadow;