drop_shadow 0.0.1+3 copy "drop_shadow: ^0.0.1+3" to clipboard
drop_shadow: ^0.0.1+3 copied to clipboard

outdated

It's a drop shadow effect not only for images but also for any widget in Flutter.

DropShadow #

Drop shadow effect for any widget in flutter

screenshot

Parameters #

Widget child; // required
double blurRadius; // default: 10.0
double borderRadius; // default: 0.0
Offset offset; // default: Offset(0.0, 8.0)
double opacity; // default: 1.0
double spread; // default: 1.0

Example Usage #


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

73
likes
0
pub points
92%
popularity

Publisher

verified publisherrei.codes

It's a drop shadow effect not only for images but also for any widget in Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on drop_shadow