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. Check (this example)https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/shadows.dart

Implementation

final List<BoxShadow>? boxShadows;