Size constructor

Size(
  1. double _width,
  2. double _height
)

Implementation

Size(this._width, this._height);