shadow property

List<BoxShadow>? shadow
final

A list of shadows to apply around the container.

If null, a default soft shadow is applied.

Implementation

final List<BoxShadow>? shadow;