minimum property

Vec2D minimum

Implementation

Vec2D get minimum {
  return Vec2D.fromValues(left, top);
}