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

Change background of scaffold within inner drawer #63

Open
joshbenaron opened this issue Jan 30, 2021 · 1 comment
Open

Change background of scaffold within inner drawer #63

joshbenaron opened this issue Jan 30, 2021 · 1 comment

Comments

@joshbenaron
Copy link

joshbenaron commented Jan 30, 2021

Hey,
I perform a slide transition on the scaffold. How do I change the background colour below the scaffold? It looks like an internal feature of inner drawer? I guess it's because the scaffold has a lower opacity (I think). Is there a way of customising this opacity?

Screenshot_1612023629
Screenshot_1612023637

@Dn-a
Copy link
Owner

Dn-a commented Feb 1, 2021

@joshbenaron

colorTransitionChild: Colors.black54
colorTransitionScaffold: Colors.black54

for background colour below the scaffold:

scaffold: Container(
    color: Colors.black54,
    child: Scaffold( ..)
 ) 

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