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