boxShadow property
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;
A list of shadows cast by the box behind the box.
Applied if decoration is null or a BoxDecoration. Ignored otherwise.
final List<BoxShadow>? boxShadow;