updateVelocity property

set updateVelocity (Offset newVelocity)

Implementation

set updateVelocity(Offset newVelocity) {
  _velocity = newVelocity;
}