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

how to remove elevation from the nav bar #79

Open
Salam-pc opened this issue May 19, 2022 · 3 comments
Open

how to remove elevation from the nav bar #79

Salam-pc opened this issue May 19, 2022 · 3 comments

Comments

@Salam-pc
Copy link

image

@sooxt98
Copy link
Owner

sooxt98 commented May 19, 2022 via email

@sooxt98
Copy link
Owner

sooxt98 commented May 19, 2022 via email

@razvanduta21
Copy link

  1. Wrap it in a Container.

  2. If you have something like that delete the boxShadow

return Container(
decoration: BoxDecoration(
.....
boxShadow: [
color: Colors.black,
offset: Offset(0, 3),
blurRadius: 7,
spreadRadius: 5,
],
),
child: GNav(tabs: ....),
);
}
}

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

No branches or pull requests

3 participants