-
Notifications
You must be signed in to change notification settings - Fork 247
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
How to make the background color transparent #31
Comments
if you want background of navigation bar transparent use:
|
Works great! |
doesn't work for me |
Hope it helps !!! |
@rishabhdavesar In other case you can use canvasColor: Colors.transparent; In ThemeData of your application. |
You save my day! Thanks |
Ctrl + Click CurvedNavigationBar this.backgroundColor = Colors.transparent, |
It worked perfectly |
Thanks work fine here too. ;) |
have you found solution i also facing the same problem. i tried all above solution but not work for me |
see #115, specifically I have a solution for this issue (chances are those who can't get it working are using a |
Please how can someone make the Navigation bar background color to be transparent?
I have tried Colors.transparent and .withOpacity(0.0) but they don't work.
Please how can I solve this?
Something like this:
The text was updated successfully, but these errors were encountered: