boxShadow property

List<BoxShadow>? boxShadow
final

Box shadow for the card. Deafults to [BoxShadow(blurRadius: 3, color: Colors.grey)].

Implementation

final List<BoxShadow>? boxShadow;