unsetBackground method
unset the background color
Implementation
void unsetBackground() {
var tmp0 = 0;
tmp0 = _box.borrow();
_api._colorizeBuilderUnsetBackground(
tmp0,
);
return;
}
unset the background color
void unsetBackground() {
var tmp0 = 0;
tmp0 = _box.borrow();
_api._colorizeBuilderUnsetBackground(
tmp0,
);
return;
}