boxShadows property

List<BoxShadow>? boxShadows
final

boxShadows The shadows generated by Snack. Leave it null if you don't want a shadow. You can use more than one if you feel the need.

Implementation

final List<BoxShadow>? boxShadows;