color method

void color(
  1. ColorizeBuilder color
)

set the color according to the colorize builder

Implementation

void color(
  ColorizeBuilder color,
) {
  final tmp1 = color;
  var tmp0 = 0;
  var tmp2 = 0;
  tmp0 = _box.borrow();
  tmp2 = tmp1._box.move();
  _api._newsSlideDraftColor(
    tmp0,
    tmp2,
  );
  return;
}