I’m trying to add a blur effect or inner shadow to the top and bottom edges of a scrollable vertical column in FlutterFlow. The column works as a scroll view and scrolls fine, but when content scrolls through the edges, it looks sharp and abrupt, which affects the visual smoothness.
I want to soften the transition or give it a faded/blurred feel at the edges – something like a frosted edge or subtle inner shadow to make it look more polished.
Has anyone tried something similar or have suggestions on how to achieve this in FlutterFlow?