scrollBehavior property
ScrollBehaviors also provide ScrollPhysics. If an explicit
ScrollPhysics is provided in physics
, it will take precedence,
followed by scrollBehavior
, and then the inherited ancestor
ScrollBehavior.
The ScrollBehavior of the inherited ScrollConfiguration will be modified by default to not apply a Scrollbar.
Implementation
final ScrollBehavior? scrollBehavior;