-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
🐛 NavigationAppBar: actions isn't a list of widgets #177
Comments
Use a |
Tried already. Using a And as I've seen, the type of Material's |
Can you share a reproducible example? |
Tried some things and the problem is not the In the image you can see a NavigationAppBar with a It seems like the text of the button and the Icon are not doing the hover and click events. |
Is this solved? |
Describe the bug
I've tried to use the actions parametter of the NavigationAppBar as the widget documentation says but is not accepting a list of Widgets. I've seen that it's type is
Widget?
instead ofList<Widget>?
To Reproduce
Try to use the actions parametter as a list of widgets
The text was updated successfully, but these errors were encountered: