PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

Set Background transparent for custom and height

Open Ertuss opened this issue 3 years ago • 5 comments

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 black

background: transparent transparent

Ertuss avatar Dec 26 '21 20:12 Ertuss

Hi. I am also having the issue with height. Though my customWidget has own height, package limits its height to lower value

donik1998 avatar Jan 05 '22 06:01 donik1998

Same Here too!

imjmakki avatar Jan 05 '22 06:01 imjmakki

Resolved issue by adding navBarHeight in PersistentTabView.custom constructor and passed it to super

donik1998 avatar Jan 05 '22 07:01 donik1998

But I don't really know what is wrong with the color

donik1998 avatar Jan 05 '22 07:01 donik1998

setting bottomScreenMargin to 0 in PersistentTabView worked for me

mgaucher avatar May 04 '22 10:05 mgaucher