unsetLink method
unset the link color
Implementation
void unsetLink() {
var tmp0 = 0;
tmp0 = _box.borrow();
_api._colorizeBuilderUnsetLink(tmp0);
return;
}
unset the link color
void unsetLink() {
var tmp0 = 0;
tmp0 = _box.borrow();
_api._colorizeBuilderUnsetLink(tmp0);
return;
}