mehrtarh@yahoo.com ddf7041597 change version
2019-05-21 11:08:54 +04:30
2019-05-21 11:08:54 +04:30
2019-05-21 10:30:03 +04:30
2019-05-21 10:30:03 +04:30
2019-05-21 10:30:03 +04:30
2019-05-21 11:08:54 +04:30
2019-05-21 10:30:03 +04:30
2019-05-21 10:30:03 +04:30
2019-05-21 11:08:54 +04:30
2019-05-21 11:08:54 +04:30
2019-05-21 11:08:54 +04:30

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,)
              ],
            )
Description
icon shadow: add shadow to icon
Readme MIT 412 KiB
Languages
C++ 38.7%
CMake 31.7%
Dart 21.2%
HTML 3%
Swift 2.8%
Other 2.5%