boxShadow property
final
A list of shadows cast by this box behind the box.
The shadow follows the shape of the box.
See also:
- kElevationToShadow, for some predefined shadows used in Material Design.
- PhysicalModel, a widget for showing shadows.
Implementation
final List<BoxShadow>? boxShadow;