Tuesday, 27 July 2021

Flutter shadow over other widgets

My base widget is a Column. The first element is a Container which has a BoxShadow. The second element is a ListView which builds several Card, depending on the context. If the scroll is 0 the shadow gets displayed. However when start scrolling, the card is "over" the shadow (higher z-index) and hides it.

Shadow is visible when not scrolling enter image description here

The shadow should stay always on top, over the Cards. How is this done?



from Flutter shadow over other widgets

No comments:

Post a Comment