DrawRectangleAdapter constructor

const DrawRectangleAdapter({
  1. double width = 1.0,
  2. double hitboxExtent = 5.0,
  3. bool debugHitboxes = false,
})

Implementation

const DrawRectangleAdapter({
  this.width = 1.0,
  this.hitboxExtent = 5.0,
  this.debugHitboxes = false,
});