void addColorStop(double offset, String color) => js_util.callMethod(this, 'addColorStop', [offset, color]);