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

Black color instead of white in transparent color #383

Closed
wh120 opened this issue May 5, 2021 · 1 comment
Closed

Black color instead of white in transparent color #383

wh120 opened this issue May 5, 2021 · 1 comment

Comments

@wh120
Copy link

wh120 commented May 5, 2021

When I set backgroundColor of Scaffold to transparent it is show a black screen
This happened after upgrading easy_localization to v 3.0.0

 return Scaffold(
      appBar: AppBar(),
      backgroundColor: Colors.transparent,
      
      
      body: _body(),
    );
  }
@wh120 wh120 changed the title Black color instead of transparent color Black color instead of white in transparent color May 5, 2021
@Overman775
Copy link
Collaborator

dublicate #380

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