fluttercommunity / font_awesome_flutter

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

Allow shadows to be painted underneath an icon #246

Closed RomainFranceschini closed 9 months ago

RomainFranceschini commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, there is no easy way to paint shadows behind an icon when using FAIcon.

Describe the solution you'd like The Flutter Icon widget solves this by passing down an optional List<Shadow> property in the TextStyle of the underlying text widget. FaIcon could do the same.

Describe alternatives you've considered None

Additional context Here's what it looks like : Simulator Screenshot - iPhone 14 Pro - 2023-07-05 at 18 13 53