PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Set Background transparent for custom and height
Hi, i am using PersistentTabView.custom.
1- Cant set height. I solved it inside constants.dart.
For issue 2 background is not transparent even if i set transparent.
background: black
background: transparent
Hi. I am also having the issue with height. Though my customWidget has own height, package limits its height to lower value
Same Here too!
Resolved issue by adding navBarHeight in PersistentTabView.custom constructor and passed it to super
But I don't really know what is wrong with the color
setting bottomScreenMargin to 0 in PersistentTabView worked for me