0

I'm Trying to implement a vertical Scroll view with multiple items inside. Currently the scroll view works just fine but the edges seems to be very sharp and its cropping like this while scrolling,

enter image description here

instead I need to blur the top and bottom edge.

I'm looking for something similar to this answer https://stackoverflow.com/a/61151054/12890791, but this answer is for horizontal scroll.

AMAL MOHAN N
  • 1,416
  • 2
  • 14
  • 26

1 Answers1

0

Make the appBar transparent, set elevation to zero. In the scaffold, set extendBody and extend bodyBehind appBar to true