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

A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.

smooth_shadow #

A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.

Getting Started #

1. Install Package

smooth_shadow: <latest_version>

2. Use Package

SmoothCard

To add shadows to your Card, Cotainer or any other Widget wrap it with SmoothCard

SmoothCard(
    child: MyWidget(),
),
TextShadow

To add shadows to your Text() widget, wrap it with TextShadow .

TextShadow(
    child: Text("Hello world"),
),

check the example section for more details.

all contributions, or suggestions bug fixes are welcome through github repo.

2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on smooth_shadow