I'm trying to remove the overscroll effect on ios devices only for a specific scrollable column.
When the user scrolls to the top of the column i don't want it to bounce. I seen a solution for this on stack overflow:
https://stackoverflow.com/questions/58645048/how-to-remove-overscroll-on-ios
However im wondering how this can be achieved on FlutterFlow? I just need to add a physics modifier to singlechildscrollview.
Remove overscroll scrolling effect on ios
Widgets & Design
I've tried to create a custom widget. but did not get very far.
Yes
3