LanarsInc/animated-bottom-navigation-bar-flutter

Render Issues

raiesraj opened this issue · 5 comments

Why am not able to use right corner radius it is show a Error "RightCorner Radius ALong With GapLocation and FAb.endDocked render issues ... "
isu

Hi
Show me the code

check the code
oooaa

It would be nice of you to provide executable code, not an image

The default gapLocation is GapLocation.end.
U aren't able to use GapLocation.end and rightCornerRadius at the same time because of notch drawing logic.
Set it to GapLocation.none or GapLocation.center.

Thank you For your response and time @vizhan-lanars