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

Cannot make top conners rounded. #29

Open
Creative-Dotlogics opened this issue Jan 27, 2021 · 3 comments
Open

Cannot make top conners rounded. #29

Creative-Dotlogics opened this issue Jan 27, 2021 · 3 comments

Comments

@Creative-Dotlogics
Copy link

There is always a white background that cannot be set to transparent making it impossible to achieve the second example(orange) without having that annoying white background behind the curved header.

@gbmiranda
Copy link

same here

@crushman1
Copy link

how do we fix that ?

@firebatu
Copy link

This problem is related to Scaffold's bottomSheet functionality, NOT to this package. To fix that problem - wrap your widget to Theme and set canvasColor to transparent.

Theme(
      data: Theme.of(context).copyWith(canvasColor: Colors.transparent),
      child: Scaffold(
        bottomSheet: SolidBottomSheet(
        ...

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

4 participants