parent property

ScrollPhysics parent
final

If non-null, determines the default behavior for each method.

If a subclass of ScrollPhysics does not override a method, that subclass will inherit an implementation from this base class that defers to parent. This mechanism lets you assemble novel combinations of ScrollPhysics subclasses at runtime.

Implementation

final ScrollPhysics parent