CollideForce constructor

CollideForce({
  1. double radius = 10,
  2. double strength = 1,
  3. int iterations = 1,
})

Implementation

CollideForce({
  this.radius = 10,
  this.strength = 1,
  this.iterations = 1,
});