You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this, too. Seems like it might be a Flutter v2 thing, with stricter checking. But also, from the Udemy course Q&A section someone suggested running the Build again. That worked for me.
In case it is a Flutter v2 thing where Flutter is stricter then you can use List<Widget> instead of List<Icon>
I too faced similar problem this worked for me.
The text was updated successfully, but these errors were encountered: