Remove overscroll scrolling effect on ios

Widgets & Design

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.

What have you tried so far?

I've tried to create a custom widget. but did not get very far.

Did you check FlutterFlow's Documentation for this topic?
Yes
3