Closed dugganl1 closed 2 years ago
Have fixed this.
Now please add the following property
to your BottomBar
widget along with the code you write. Also, update to the latest v1.1.0, for this property to be visible.
BottomBar(
clip: Clip.none,
...
Hi there - would it be possible to add support for the below please?
I'm trying to create a floating button over the bar, but it appears to be clipping the content and Clip.none is not resolving it.
This is what I'm trying to achieve (Figma design):
But at the moment it's clipping the button like below. The clipBehavior: Clip.none, attribute doesn't seem to be taking effect.
Please advise on how best to tackle this? Added code below.