OneDirectionScrollPhysics constructor
OneDirectionScrollPhysics({
- ScrollPhysics? parent,
- bool goesOnlyBottom = true,
Implementation
OneDirectionScrollPhysics({ScrollPhysics? parent, this.goesOnlyBottom = true})
: super(parent: parent);