Smooth Shadow | Coderz Product

smooth_shadow

Last updated:

0 purchases

smooth_shadow Image
smooth_shadow Images

Free

Languages

Categories

Add to Cart

Description:

smooth shadow

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>
copied to clipboard
2. Use Package
SmoothCard
To add shadows to your Card, Cotainer or any other Widget wrap it with SmoothCard
SmoothCard(
child: MyWidget(),
),
copied to clipboard
TextShadow
To add shadows to your Text() widget, wrap it with TextShadow .
TextShadow(
child: Text("Hello world"),
),
copied to clipboard
check the example section for more details.
all contributions, or suggestions bug fixes are welcome through github repo.

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.