CollisionArea constructor

CollisionArea(
  1. Shape shape, {
  2. Vector2? align,
})

Implementation

CollisionArea(this.shape, {this.align});