boxShadow property

List<BoxShadow>? boxShadow
final

A list of shadows cast by the box behind the box.

Applied if decoration is null or a BoxDecoration. Ignored otherwise.

Implementation

final List<BoxShadow>? boxShadow;