convex_bottom_bar
convex_bottom_bar copied to clipboard
Body color covering convex curvex
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
Please refer to https://stackoverflow.com/questions/72969310/bottomnavigationbar-covered-by-body-colour-in-flutter for further information
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".