Package2025
contoured_shadow
A Flutter RenderObject widget that draws soft shadows that follow the child’s shape instead of a crude rectangle.
FlutterRenderObjectPackage
Highlights
- Shape-following soft shadows
- Implemented as a RenderObject widget
- Useful for elevated, non-rectangular UI
Details
Goes deeper than BoxShadow by contouring the shadow to the painted shape, which reads better on irregular cards and custom clipped widgets.
Stack
FlutterDartRenderObject