VelocityX
VelocityX copied to clipboard
VxToast positioning when using a BottomNavigationBar and GoRouter
Describe the bug When showing a toast with VxToastPosition.bottom, the toast gets hidden by the navbar.
To Reproduce Steps to reproduce the behavior:
- Setup go router with a shell route to render a navbar overtop of each page
- Try showing a VxToast with the VxToastPosition.bottom
Expected behavior The VxToast to appear on top of the navbar
Screenshots
Toast(red) can be seen hidden by the navbar:
Can you also give a reproducible minimal code?