background method

void background(
  1. int color
)

RGBA color representation as int for the background color

Implementation

void background(
  int color,
) {
  final tmp1 = color;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1;
  _api._colorizeBuilderBackground(
    tmp0,
    tmp2,
  );
  return;
}