How do I use PNG icons in Flutter?

Find the constructor parameter icon or whatever it is. Now change its type from IconData (mostly) to Widget and now find the usage with simple searching/looking for the keyword and adjust/fit in the changed icon parameter as a Widget . because Icon() is also a widget which used the earlier IconData widget.

Read more