ForceY constructor

ForceY({
  1. double y = 0,
  2. double strength = 0.1,
})

Implementation

ForceY({
  this.y = 0,
  this.strength = 0.1,
});