mirror of
https://github.com/chenasraf/flutter_icon_shadow.git
synced 2026-05-17 17:48:06 +00:00
ddf7041597c220d256d3c840cb24946a9504b06e
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,)
],
)
Languages
C++
38.7%
CMake
31.7%
Dart
21.2%
HTML
3%
Swift
2.8%
Other
2.5%