setScrollWidth method

void setScrollWidth([
  1. HTMLElement? elem
])

(undocumented) Computes the pixel width of the scrollbars @expose @param {HTMLElement=} elem

Implementation

void setScrollWidth([_i6.HTMLElement? elem]) {
  _i4.callMethod(
    this,
    'setScrollWidth',
    [elem ?? _i5.undefined],
  );
}