link method
- int color
RGBA color representation as int for the link color
Implementation
void link(int color) {
final tmp1 = color;
var tmp0 = 0;
var tmp2 = 0;
tmp0 = _box.borrow();
tmp2 = tmp1;
_api._colorizeBuilderLink(tmp0, tmp2);
return;
}