setBlendConstant method

void setBlendConstant(
  1. dynamic color
)

Implementation

void setBlendConstant(dynamic color) =>
    js_util.callMethod(this, 'setBlendConstant', [color]);