ItemBoundable constructor

ItemBoundable(
  1. Object bounds,
  2. Object item
)

Implementation

ItemBoundable(this.bounds, this.item);