0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.