scrollPathIntoView method

void scrollPathIntoView([
  1. Path2D? path
])

Implementation

void scrollPathIntoView([Path2D? path]) =>
    js_util.callMethod(this, 'scrollPathIntoView', [path]);