Skip to content

jesusrp98/flutter_icon_shadow

 
 

Repository files navigation

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,)
              ],
            )

About

icon shadow: add shadow to icon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 73.5%
  • Ruby 19.6%
  • Swift 3.5%
  • Kotlin 3.1%
  • Objective-C 0.3%