RotationSpeed constructor

const RotationSpeed({
  1. num? maximumRotationSpeed,
  2. num? rotationSpeed,
})

Implementation

const RotationSpeed({this.maximumRotationSpeed, this.rotationSpeed});