fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
831 stars 233 forks source link

Add shadows property to `FAIcon` #247

Closed RomainFranceschini closed 9 months ago

RomainFranceschini commented 1 year ago

This PR adds an optional List<Shadow> property to FaIcon so shadows can be painted underneath the icon. It null, it tries to inherit this property from IconThemeData.shadows.

The implementation is based on the Flutter Icon widget

Closes #246

michaelspiss commented 9 months ago

Hey @RomainFranceschini - thanks for your contribution! Much appreciated!