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

flutter icon shadow.

Icon shadow #

Flutter Icon shadow

how to use:

1. add dependencies to pubspec.yaml:
 icon_shadow: ^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,)
              ],
            )
11
likes
20
pub points
78%
popularity

Publisher

unverified uploader

flutter icon shadow.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on icon_shadow