drop_shadow 0.0.2+1 copy "drop_shadow: ^0.0.2+1" to clipboard
drop_shadow: ^0.0.2+1 copied to clipboard

Add highly customizable drop shadow effect for any widgets in flutter

DropShadow #

style: very good analysis

Drop shadow effect for any widget in flutter

Cover

Logic behind the package #

Logic

For Further information check out the article

Screenshot #

screenshot

Example Usage #

DropShadow(
  child: Image.network(
    'https://images.pexels.com/photos/1191639/pexels-photo-1191639.jpeg',
    width: 250,
  ),
);

Parameters #

Type Name Value
Widget child required
double blurRadius 10.0
double borderRadius 0.0
Offset offset Offset(0.0, 8.0)
double opacity 1.0
double spread 1.0
97
likes
160
points
3.67k
downloads

Publisher

verified publisherrei.codes

Weekly Downloads

Add highly customizable drop shadow effect for any widgets in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drop_shadow