Broadphase constructor

Broadphase({
  1. World? world,
  2. bool useBoundingBoxes = false,
  3. bool dirty = true,
})

Implementation

Broadphase({
  this.world,
  this.useBoundingBoxes = false,
  this.dirty = true
});