scrollBehavior property

ScrollBehavior? get scrollBehavior

Custom scroll behavior for the entire application.

This controls how scrollable widgets behave throughout the app. Example: MyCustomScrollBehavior()

Implementation

ScrollBehavior? get scrollBehavior => null;