Rectangle.create constructor

Rectangle.create()

Create a new instance of the Rectangle.

Implementation

Rectangle.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}