boxShadow property

List<BoxShadow>? boxShadow
final

The box shadows of the container.

If provided, this will override any shadows specified in className.

Implementation

final List<BoxShadow>? boxShadow;