Skip to content

Bottom navigation bar color #12

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

Closed
ahmed2hamy opened this issue Feb 19, 2021 · 4 comments
Closed

Bottom navigation bar color #12

ahmed2hamy opened this issue Feb 19, 2021 · 4 comments

Comments

@ahmed2hamy
Copy link

How can I change this color to be transparent in front of the view ?

IMG_20210219_185348

@Vizhan
Copy link

Vizhan commented Feb 19, 2021

@ahmed2hamy You need to add extendBody: true in Scaffold widget.
See example

 @override
  Widget build(BuildContext context) {
    return Scaffold(
      extendBody: true,
      ....

@Vizhan
Copy link

Vizhan commented Feb 22, 2021

@ahmed2hamy Did that help?

@Vizhan
Copy link

Vizhan commented Feb 24, 2021

I'm going to close it for now. Feel free to reopen if needed.

@ahmed2hamy
Copy link
Author

Yes it worked, Thanks for the help and sorry for the late response.

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

No branches or pull requests

2 participants