shadow property

  1. @override
List<BoxShadow> shadow
final

A list of shadows cast by this shape "behind" it.

The shadows follow the shape of the child.

Implementation

@override
final List<BoxShadow> shadow;