flutter_icon_shade 2.0.1 copy "flutter_icon_shade: ^2.0.1" to clipboard
flutter_icon_shade: ^2.0.1 copied to clipboard

discontinuedreplaced by: flutter_icon_shadow
outdated

flutter icon shadow.

Flutter Icon Shade #

Flutter Icon shadow

Forked from flutter_flutter_icon_shade for null safety.

sample

How to use #

1. Add dependencies to pubspec.yaml #

flutter_icon_shade: ^1.0.1

2. Add icons #

Row(
              mainAxisAlignment: MainAxisAlignment.center,
              children: <Widget>[
                IconShadowWidget(Icon(Icons.lightbulb_outline,
                    color: Colors.lightBlueAccent, size: 36)),
                IconShadowWidget(Icon(Icons.lightbulb_outline,
                    color: Colors.lightBlueAccent, size: 36),shadowColor: Colors.lightBlueAccent.shade100,),
                IconShadowWidget(Icon(Icons.lightbulb_outline,
                    color: Colors.lightBlueAccent, size: 36),showShadow: false,)
              ],
            )
0
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

flutter icon shadow.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_icon_shade