MasonryItem constructor

MasonryItem(
  1. dynamic element,
  2. int? _width,
  3. int? _height
)

Implementation

MasonryItem(this.element, this._width, this._height);