Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow widget to be used as an Icon to load Icons based on a URL #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gitoramadhan
Copy link

The dynamic variable icon in tab_item.dart should allow either IconData or Widget. When providing a Widget, an exception is thrown because build_icon.dart does not contain code to handle if "icon" is a Widget instead of an IconData.

@ISL270
Copy link

ISL270 commented Feb 20, 2023

Thanks a lot brother, I needed to use an SVG and this solved it for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants