ScrollPhysics constructor

const ScrollPhysics({
  1. ScrollPhysics? parent,
})

Creates an object with the default scroll physics.

Implementation

const ScrollPhysics({this.parent});