Clear constructor

Clear(
  1. Entity target, [
  2. Item? item
])

The Clear Widget removes Items from the inventory of an specified Entity.

Implementation

Clear(this.target, [this.item]);