UserAcceleration constructor

const UserAcceleration(
  1. num x,
  2. num y,
  3. num z
)

Constructor of the user acceleration class.

Implementation

const UserAcceleration(this.x, this.y, this.z);