'TabBar icon color change animation

How to apply the same color change animation that's applied to TabBar text (label) to the icon at the same time, instead of instant changing the color of the icon?

image

This is triggered when swiping, not when tapping on the tab itself.



Solution 1:[1]

I opted transcribing icons to fonts.

https://www.fluttericon.com/

https://dev.to/techwithsam/how-to-add-your-own-custom-icons-in-your-flutter-application-made-easy-1bnj

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 JCChamo