scrollBehavior property

ScrollBehavior? scrollBehavior
final

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.

Implementation

final ScrollBehavior? scrollBehavior;