scrollBehavior property Null safety
final
The default ScrollBehavior for the application.
ScrollBehaviors describe how Scrollable widgets behave. Providing a ScrollBehavior can set the default ScrollPhysics across an application, and manage Scrollable decorations like Scrollbars and GlowingOverscrollIndicators.
When null, defaults to CupertinoScrollBehavior.
See also:
- ScrollConfiguration, which controls how Scrollable widgets behave in a subtree.
Implementation
final ScrollBehavior? scrollBehavior;