icon_shadow

Last updated:

0 purchases

icon_shadow Image
icon_shadow Images
Add to Cart

Description:

icon shadow

Icon shadow #
Flutter Icon shadow

how to use:
1. add dependencies to pubspec.yaml:
icon_shadow: ^1.0.1
copied to clipboard
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,)
],
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.