convex_bottom_bar icon indicating copy to clipboard operation
convex_bottom_bar copied to clipboard

Body color covering convex curvex

Open Entrebear opened this issue 2 years ago • 1 comments

Describe the bug

When a color is set for the body it covers the ‘curve’ shape of the bar.

Environment details

Paste the flutter environment detail.

flutter 3.0.0

dependencies: convex_bottom_bar: 3.0.0



**Expected behavior**

The convex curve should be over the body

Entrebear avatar Jul 13 '22 13:07 Entrebear

Please refer to https://stackoverflow.com/questions/72969310/bottomnavigationbar-covered-by-body-colour-in-flutter for further information

Entrebear avatar Jul 14 '22 10:07 Entrebear

This is not a bug. The convex is floating above the "content" widget. Color with alpha make it "transparent". So if you use any color with transparency, they would finally "mixed together".

avenwu avatar Sep 19 '22 03:09 avenwu