OriginConstraints constructor
const
OriginConstraints({})
Implementation
const OriginConstraints({
this.decelerate = 0.03,
this.frictionLeft = 0,
this.frictionRight = 0,
this.frictionUp = 0,
this.frictionDown = 0,
this.minScale,
this.maxScale,
this.scaleFriction = 0,
});