The current scroll behavior of this widget.
Scroll behaviors control where the boundaries of the scrollable are placed and how the scrolling physics should behave near those boundaries and after the user stops directly manipulating the scrollable.
Source
@override BoundedBehavior get scrollBehavior => super.scrollBehavior;