mirror of
https://github.com/chenasraf/flutter_icon_shadow.git
synced 2026-05-18 01:48:58 +00:00
e05ed6d1a85e793f0cb4ef806aa6a48045115eac
Flutter Icon Shade
Flutter Icon shadow
Forked from flutter_flutter_icon_shade for null safety.
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,)
],
)
Languages
C++
38.7%
CMake
31.7%
Dart
21.2%
HTML
3%
Swift
2.8%
Other
2.5%