Drop Shadow | Coderz Product

drop_shadow

Last updated:

0 purchases

drop_shadow Image
drop_shadow Images

Free

Languages

Categories

Add to Cart

Description:

drop shadow

DropShadow #

Drop shadow effect for any widget in flutter

Logic behind the package #

Screenshot #

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

copied to clipboard
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


Color?
color
null

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.