drop_shadow 0.1.0 icon indicating copy to clipboard operation
drop_shadow: ^0.1.0 copied to clipboard

Add 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

Screenshot #

screenshot

Example Usage #

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

Parameters #

TypeNameValue
Widgetchildrequired
doubleblurRadius10.0
doubleborderRadius0.0
OffsetoffsetOffset(0.0, 8.0)
doubleopacity1.0
doublespread1.0
Color?colornull
56
likes
130
pub points
92%
popularity

Publisher

verified publisher iconrei.codes

Add drop shadow effect for any widgets in flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on drop_shadow