shadow_overlay 1.0.1 copy "shadow_overlay: ^1.0.1" to clipboard
shadow_overlay: ^1.0.1 copied to clipboard

Packge to beautify your images or widgets.

A Flutter Package to show a Gradient Shadow on your Images or Widgets.

Features #

The package is straight Forward. It puts shadow (Default White) on your Image or Widget. Which makes it beautiful and fuses your image or widget with background.

1

2

Getting started #

There is no any requirement. Package is entirely written in dart. It can run on any platform.

Usage #

ShadowOverlay(
    child: Image.asset(
        'path to your image',
         height: 400,
         width:800,
         ),
    shadowWidth: 800,
    shadowHeight: 150,
);

Additional information #

Documentaion is also provided within the code you can search more options just hovering over your mouse at properties of ShadowOverlay object.

45
likes
130
points
240
downloads

Publisher

verified publisherafzl.me

Weekly Downloads

Packge to beautify your images or widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shadow_overlay